Skip to content

Commit

Permalink
Merge pull request #832 from bounswe/main
Browse files Browse the repository at this point in the history
Deploy recent fix 24.11.2023 16:16
  • Loading branch information
canuzdrn authored Nov 24, 2023
2 parents 67e2e33 + 7bf9fcf commit 7689cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void testGetGameDetail() {

// Assert
assertNotNull(response);
assertEquals(game, response.getGame());
assertEquals(game.getId(), response.getId());
}

@Test
Expand Down

0 comments on commit 7689cde

Please sign in to comment.