Skip to content

Commit

Permalink
Update EventServicesTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bilimig committed Jun 22, 2024
1 parent b43bc83 commit 722c787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public void UpdateEvent_EventExists_EventUpdated()
var eventDto = new EventDto()
{
Name = "name1",
AddressId = 1,
Description = "description2",
OrganizerId = 1,
StartAt = DateTime.Now,
Expand Down Expand Up @@ -102,7 +101,6 @@ public void UpdateEvent_EventDoesNotExist_NullReturned()
var eventDto = new EventDto()
{
Name = "name1",
AddressId = 1,
Description = "description2",
OrganizerId = 1,
StartAt = DateTime.Now,
Expand Down

0 comments on commit 722c787

Please sign in to comment.