Skip to content

Commit

Permalink
updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshithaFM committed May 9, 2024
1 parent edebcff commit de11f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public void testGetEvents() {
List<com.flickmatch.platform.graphql.type.Event> result = eventBuilder.getEvents(cityId, localTimeZone);

// Verify the result
assertEquals(0, result.size());
assertEquals(2, result.size());
}

private List<Event> createMockEvents(String cityId) {
Expand Down

0 comments on commit de11f10

Please sign in to comment.