Skip to content

Commit

Permalink
test: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 28, 2024
1 parent 16cd950 commit 5a65f15
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void setUp(){
.wrong(5L)
.total(10L)
.percentage(50L)
.points(500L)
.points(250L)
.user(defaultUserResponseDto)
.finishedGames(1L)
.build();
Expand All @@ -106,7 +106,7 @@ public void setUp(){
.right(7L)
.wrong(3L)
.total(10L)
.points(700L)
.points(490L)
.percentage(70L)
.user(defaultUserResponseDto)
.finishedGames(1L)
Expand Down Expand Up @@ -175,7 +175,7 @@ public void getTopTenStatisticsTestWhenThereAreNotTenAndAreEqual(){
.right(5L)
.wrong(5L)
.total(10L)
.points(500L)
.points(250L)
.percentage(50L)
.user(defaultUserResponseDto)
.finishedGames(1L)
Expand Down

0 comments on commit 5a65f15

Please sign in to comment.