mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +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;
|
||||
|
||||
[Trait("Category", "Unit")]
|
||||
public class ReviewControllerTests
|
||||
{
|
||||
private static async Task InsertTestData(DatabaseContext database)
|
||||
|
|
Loading…
Add table
Reference in a new issue