Skip to content

Commit

Permalink
Correct the asset for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Jan 30, 2025
1 parent fb5284d commit cbc8271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void convertMessageLenient() {
Assertions.assertEquals("", MessageTranslator.convertMessageLenient(""), "Empty message is not handled properly");
Assertions.assertEquals("§r§eGame Selector", MessageTranslator.convertMessageLenient("§r§eGame Selector"), "Reset before message is not handled properly");
Assertions.assertEquals("Bold Underline", MessageTranslator.convertMessageLenient("§m§nBold Underline"), "Unimplemented formatting chars not stripped");
Assertions.assertEquals("Duplicate and redundant reset removal", "§r§r§d[Test]§r", "§r§d[Test]");
Assertions.assertEquals("§r§d[Test]", MessageTranslator.convertMessageLenient("§r§r§d[Test]§r"), "Duplicate and redundant reset removal");
}

@Test
Expand Down

0 comments on commit cbc8271

Please sign in to comment.