diff --git a/workflow/tests/test_dedupReads.py b/workflow/tests/test_dedupReads.py
index 99370835d126a7bc325755608cf274da16ae635e..d4f753526902cf3baf093f4398072ee6d77c9150 100644
--- a/workflow/tests/test_dedupReads.py
+++ b/workflow/tests/test_dedupReads.py
@@ -13,9 +13,9 @@ data_output_path = os.path.dirname(os.path.abspath(__file__)) + \
 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.sorted.deduped.chrNC_000001.11.bam'))
-    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000001.11.bam.bai'))
-    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000002.12.bam'))
-    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000002.12.bam.bai'))
-    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000019.10.bam'))
-    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000019.10.bam.bai'))
\ No newline at end of file
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000001.11.bam'))
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000001.11.bam.bai'))
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000002.12.bam'))
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000002.12.bam.bai'))
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000019.10.bam'))
+    assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000019.10.bam.bai'))
\ No newline at end of file