Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 1, 2024
1 parent 5543b42 commit 9c3cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backends_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_compress():
mosaic = json.loads(f.read())

body = utils._compress_gz_json(json.dumps(mosaic))
assert type(body) == bytes
assert isinstance(body, bytes)
res = json.loads(utils._decompress_gz(body))
assert res == mosaic

Expand Down

0 comments on commit 9c3cbfc

Please sign in to comment.