We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085f94 commit 83030b1Copy full SHA for 83030b1
qiita_db/test/test_software.py
@@ -342,8 +342,8 @@ def test_create_error(self):
342
self.outputs)
343
344
# the output type doesn't exist
345
- with self.assertRaisesRegex(ValueError, "Error creating QIIMEq2, Split "
346
- "libraries - wrong output, This is a "
+ with self.assertRaisesRegex(ValueError, "Error creating QIIMEq2, Split"
+ " libraries - wrong output, This is a "
347
"command for testing - Unknown "
348
"artifact_type: BLA!"):
349
qdb.software.Command.create(
0 commit comments