Skip to content

Commit 2ede8f3

Browse files
committed
test(command): remove redundant unicode name test
1 parent 344ff48 commit 2ede8f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/endstone_test/src/endstone_test/tests/test_command.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -643,11 +643,6 @@ def test_empty_name_command(self) -> None:
643643
cmd = Command("")
644644
assert cmd.name == ""
645645

646-
def test_unicode_name_command(self) -> None:
647-
"""Test creating a command with unicode characters in name."""
648-
cmd = Command("test_\u00e9\u00e0\u00fc")
649-
assert "\u00e9" in cmd.name.lower()
650-
651646
def test_special_characters_in_description(self) -> None:
652647
"""Test command with special characters in description."""
653648
desc = "Test <arg> & 'quotes' \"double\" :emoji:"

0 commit comments

Comments
 (0)