Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
19mdavenport authored and webecke committed Nov 7, 2024
1 parent 8b4806a commit 6df4051
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,8 @@ private void assertMessages(String username, ServerMessage.ServerMessageType[] e
}
}
} catch(AssertionError e) {
e.printStackTrace();
Assertions.fail("Expected message types matching %s for %s, got %s"
.formatted(Arrays.toString(expectedTypes), username, messages.reversed()));
.formatted(Arrays.toString(expectedTypes), username, messages.reversed()), e);
}
}

Expand Down

0 comments on commit 6df4051

Please sign in to comment.