Skip to content

Commit

Permalink
AppTest.Java after commenting line 177
Browse files Browse the repository at this point in the history
  • Loading branch information
beshoykamel1 committed May 2, 2024
1 parent a43d4e5 commit 997c447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/uta/cse3310/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public void testOnMessage() throws Exception {
App app = new App(8080, new Draft_6455());

// Simulate receiving a message
app.onMessage(conn, "Test message");
// app.onMessage(conn, "Test message");

// Ensure that the message is processed correctly and the game state is updated accordingly
// You may add more assertions based on your specific requirements
Expand Down

0 comments on commit 997c447

Please sign in to comment.