Skip to content

Commit 6211c64

Browse files
committed
fix test
1 parent f01cca5 commit 6211c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_Pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def test_creation(self):
338338
'"per_process_memory_limit": "10gb" } } } }')
339339

340340
with self.assertRaisesRegex(ValueError, "'assay_type' is not an "
341-
"attribute in 'tests/"
341+
"attribute in 'tests/"
342342
"data/configuration_profiles/"
343343
"bad.json'"):
344344
Pipeline(self.good_config_file,

0 commit comments

Comments
 (0)