Fix foreign key constraint on comment activity test

This commit is contained in:
Slendy 2023-08-27 00:37:16 -05:00
commit a6aa12fbd9
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -56,6 +56,12 @@ public class ActivityEventHandlerTests
}, },
}); });
SlotEntity slot = new()
{
SlotId = 1,
};
database.Slots.Add(slot);
CommentEntity comment = new() CommentEntity comment = new()
{ {
CommentId = 1, CommentId = 1,