From 573e7c4f1f565c168e0427f0cbb76319d5a9851f Mon Sep 17 00:00:00 2001 From: Slendy Date: Tue, 25 Jun 2024 04:20:18 -0500 Subject: [PATCH] Categorize review tests as unit tests --- .../Unit/Controllers/ReviewControllerTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectLighthouse.Tests.GameApiTests/Unit/Controllers/ReviewControllerTests.cs b/ProjectLighthouse.Tests.GameApiTests/Unit/Controllers/ReviewControllerTests.cs index 303b4f85..d6eb94f8 100644 --- a/ProjectLighthouse.Tests.GameApiTests/Unit/Controllers/ReviewControllerTests.cs +++ b/ProjectLighthouse.Tests.GameApiTests/Unit/Controllers/ReviewControllerTests.cs @@ -13,6 +13,7 @@ using Xunit; namespace ProjectLighthouse.Tests.GameApiTests.Unit.Controllers; +[Trait("Category", "Unit")] public class ReviewControllerTests { private static async Task InsertTestData(DatabaseContext database)