Skip to content

Commit

Permalink
feat: update test_dispatch_command
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Oct 17, 2024
1 parent f5f3b99 commit 3661f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endstone_test/tests/on_load/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_server_level(server: Server) -> None:


def test_dispatch_command(server: Server) -> None:
assert server.dispatch_command(server.command_sender, "say Hello, World!")
assert server.dispatch_command(server.command_sender, "scriptevent endstone:test Hello World!")


def test_max_players(server: Server) -> None:
Expand Down

0 comments on commit 3661f3e

Please sign in to comment.