Skip to content

Commit

Permalink
Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 1, 2024
1 parent b4d14e1 commit ef5c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/uniovi/Wiq_UnitTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public class Wiq_UnitTests {
@Order(1)
public void testPlayerService() {
List<Player> players = playerService.getUsersByRole("ROLE_USER");
Assertions.assertEquals(2, players.size());
Assertions.assertEquals(1, players.size());
}
}

0 comments on commit ef5c0e5

Please sign in to comment.