Skip to content
Snippets Groups Projects
Commit 3d85c8de authored by Nikolai Mork's avatar Nikolai Mork
Browse files

Apply suggestion to test/test_compressor.py

parent 55d8e278
No related branches found
No related tags found
1 merge request!38#69 Komprimering og dekomprimering
Pipeline #75775 passed
......@@ -12,7 +12,6 @@ class CompressorTest(unittest.TestCase):
"""Load a json to use as testdata."""
with open("soitool/testdata/codebook.json", "r") as file:
self.soi = json.load(file)
file.close()
def test_compress(self):
"""Test compression returns ascii and reduces size."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment