Skip to content

Commit

Permalink
Merge pull request #831 from bounswe/backend/test-fix
Browse files Browse the repository at this point in the history
test fix
  • Loading branch information
Ardakacd authored Nov 24, 2023
2 parents a474219 + 316a49d commit 7bf9fcf
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 7bf9fcf

Please sign in to comment.