Skip to content
Snippets Groups Projects
Unverified Commit b3c17c71 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Remove print statement

parent 5f7c9313
No related branches found
Tags v0.0.12
Loading
......@@ -678,7 +678,6 @@ class TestComputeHashesFromDirectory(WithSampleFolderChecksums,
# One entry less, so plenty of hashes are different now
# self.assertNotEquals(actual_hashes, expected_objects)
keys = set(actual_hashes.keys())
print(keys)
assert ignore_path in self.objects.keys()
......
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