mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 16:58:38 +00:00
Categorize review tests as unit tests
This commit is contained in:
parent
7fbfd618be
commit
573e7c4f1f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ using Xunit;
|
||||||
|
|
||||||
namespace ProjectLighthouse.Tests.GameApiTests.Unit.Controllers;
|
namespace ProjectLighthouse.Tests.GameApiTests.Unit.Controllers;
|
||||||
|
|
||||||
|
[Trait("Category", "Unit")]
|
||||||
public class ReviewControllerTests
|
public class ReviewControllerTests
|
||||||
{
|
{
|
||||||
private static async Task InsertTestData(DatabaseContext database)
|
private static async Task InsertTestData(DatabaseContext database)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue