Skip to content

Commit

Permalink
chore: fix moreeeeee checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixx162 committed Nov 2, 2023
1 parent b999a1d commit 7b1f746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void hashcode() {
public void toStringMethod() {
CommandResult commandResult = new CommandResult("feedback");
String expected = CommandResult.class.getCanonicalName() + "{feedbackToUser="
+ commandResult.getFeedbackToUser() + ", exit=" + commandResult.isExit()
+ commandResult.getFeedbackToUser() + ", exit=" + commandResult.isExit()
+ ", listEvent=" + commandResult.isListEvent() + "}";
assertEquals(expected, commandResult.toString());
}
Expand Down

0 comments on commit 7b1f746

Please sign in to comment.