diff --git a/workflow/tests/test_dedupReads.py b/workflow/tests/test_dedupReads.py
index b5ccb005edf0ecf61bf4381464fafe43e0579fcf..7d894da19c823973a8f0ceb3b0b3846d4faf641e 100644
--- a/workflow/tests/test_dedupReads.py
+++ b/workflow/tests/test_dedupReads.py
@@ -12,7 +12,7 @@ data_output_path = os.path.dirname(os.path.abspath(__file__)) + \
 @pytest.mark.dedupData
 def test_dedupData():
 	assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.bam'))
-	assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.bam.bai'))
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.bam.bai'))
     assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr1.bam'))
     assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr1.bam.bai'))
     assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr2.bam'))