Skip to content

Commit aa82644

Browse files
committed
try assertcountequal
1 parent c64bf5e commit aa82644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/write_sample_qc_json_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_call_sample_qc(
103103
self.assertTrue(hfs.exists(task.output().path))
104104

105105
with task.output().open('r') as f:
106-
self.assertDictEqual(
106+
self.assertCountEqual(
107107
json.load(f),
108108
{
109109
'HG00731': {

0 commit comments

Comments
 (0)