mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 09:01:18 +03:00
test domain events
This commit is contained in:
@@ -26,7 +26,8 @@ namespace PracticeCalendar.UnitTests.Integration.PracticeEvents
|
||||
{
|
||||
await RunBeforeAnyTests();
|
||||
|
||||
await AddAsync(new PracticeEvent("Test Event", "Event description")
|
||||
await AddAsync(new PracticeEvent("Test Event", "Event description",
|
||||
DateTime.Now.AddHours(-1), DateTime.Now.AddHours(1))
|
||||
{
|
||||
Id = 1,
|
||||
Attendees = {
|
||||
|
||||
Reference in New Issue
Block a user