Categorize review tests as unit tests

This commit is contained in:
Slendy 2024-06-25 04:20:18 -05:00
parent 7fbfd618be
commit 573e7c4f1f
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -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)