Skip to content

Commit 4e30a81

Browse files
committed
formatting
1 parent 166b2b7 commit 4e30a81

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_replay.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ async def test_replay_prefers_zstd_cache_path_when_available(monkeypatch, tmp_pa
131131
with gzip.open(gzip_path, "wb") as file:
132132
file.write(b'2019-05-01T00:00:00.0000000Z {"table":"trade","source":"gzip"}\n')
133133
zstd_path.write_bytes(
134-
zstandard.ZstdCompressor().compress(
135-
b'2019-05-01T00:00:00.0000000Z {"table":"trade","source":"zstd"}\n'
136-
)
134+
zstandard.ZstdCompressor().compress(b'2019-05-01T00:00:00.0000000Z {"table":"trade","source":"zstd"}\n')
137135
)
138136

139137
async def fake_fetch_data_to_replay(**kwargs):

0 commit comments

Comments
 (0)