about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qc/test_error_collection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qc/test_error_collection.py b/tests/qc/test_error_collection.py
index f1bd8b9..3a26d9c 100644
--- a/tests/qc/test_error_collection.py
+++ b/tests/qc/test_error_collection.py
@@ -28,7 +28,6 @@ def test_parse_errors(filepath, filetype, strains, seek_pos):
         assert "error" in error and isinstance(error["error"], str)
         assert "message" in error
 
-
 @pytest.mark.parametrize(
     "sample,num,expected",
     ((range(0,25), 5, [0, 1, 2, 3, 4]),