Browse Source

Black

master
Richard Neumann 6 months ago
parent
commit
e659112825
  1. 2
      tests/test_local_minecraft_server.py

2
tests/test_local_minecraft_server.py

@ -21,4 +21,4 @@ class TestLocalMinecraftServer(TestCase):
with self.client as client:
response = client.run("list")
self.assertEqual(response, "There are 0 of a max of 20 players " "online: ")
self.assertEqual(response, "There are 0 of a max of 20 players online: ")

Loading…
Cancel
Save