I forgor the creator id

This commit is contained in:
Slendy 2023-08-27 00:40:44 -05:00
commit 8d034db465
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -59,6 +59,7 @@ public class ActivityEventHandlerTests
SlotEntity slot = new()
{
SlotId = 1,
CreatorId = 1,
};
database.Slots.Add(slot);