Skip to content

Commit

Permalink
修正錯誤
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Jan 19, 2024
1 parent 2b9b049 commit 1872526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,6 @@ void testRightClickInteractableBlock() {
});

// Assert the message our energy connector sends
Assertions.assertEquals(ChatColors.color("&7Connected: " + "&4\u2718"), player.nextMessage());
Assertions.assertEquals(ChatColors.color("&7已連接:" + "&4\u2718"), player.nextMessage());
}
}

0 comments on commit 1872526

Please sign in to comment.