Run tox -e format

This commit is contained in:
Kevin Tindall
2022-02-06 08:10:09 -06:00
parent 0d5173d8a8
commit 07b4f830ce

View File

@@ -51,7 +51,7 @@ class TestMinecraftQuerier:
response = self.querier.read_query() response = self.querier.read_query()
conn_bytes = self.querier.connection.flush() conn_bytes = self.querier.connection.flush()
assert response.raw['game_id'] == 'MINECRAFT' assert response.raw["game_id"] == "MINECRAFT"
assert response.motd == "\x00*KÕ" assert response.motd == "\x00*KÕ"
def test_query_handles_unicode_motd_with_2a00_at_the_start(self): def test_query_handles_unicode_motd_with_2a00_at_the_start(self):