Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 26, 2024
1 parent 98464b7 commit 929a7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/uniovi/Wiq_UnitTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -1632,8 +1632,8 @@ public void testScoreMultiplayerCodeAssignment() {
Assertions.assertEquals("200", scoreMultiplayerCode);
}

@Test
@Order(106)
//@Test
//@Order(106)
//public void GameSessionImpl_startNewMultiplayerGame() throws InterruptedException, IOException {
// testQuestions(10);
//
Expand Down

0 comments on commit 929a7b2

Please sign in to comment.