diff --git a/tests/test_local_minecraft_server.py b/tests/test_local_minecraft_server.py index 9050346..10817a1 100644 --- a/tests/test_local_minecraft_server.py +++ b/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: ")