diff --git a/ProjectLighthouse.Tests.GameApiTests/Unit/Activity/ActivityEventHandlerTests.cs b/ProjectLighthouse.Tests.GameApiTests/Unit/Activity/ActivityEventHandlerTests.cs index ccf745a7..9e82509e 100644 --- a/ProjectLighthouse.Tests.GameApiTests/Unit/Activity/ActivityEventHandlerTests.cs +++ b/ProjectLighthouse.Tests.GameApiTests/Unit/Activity/ActivityEventHandlerTests.cs @@ -120,12 +120,21 @@ public class ActivityEventHandlerTests Username = "test", UserId = 1, }, + }, + new List + { + new() + { + SlotId = 1, + CreatorId = 1, + }, }); PhotoEntity photo = new() { PhotoId = 1, CreatorId = 1, + SlotId = 1, }; database.Photos.Add(photo); await database.SaveChangesAsync();