From e6591128255b7ab4adb409ade211fcaa98bc0839 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 15 Oct 2024 22:14:19 +0200 Subject: [PATCH] Black --- tests/test_local_minecraft_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ")