Skip to content

Commit 83030b1

Browse files
committed
codestyle
1 parent b085f94 commit 83030b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_db/test/test_software.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ def test_create_error(self):
342342
self.outputs)
343343

344344
# the output type doesn't exist
345-
with self.assertRaisesRegex(ValueError, "Error creating QIIMEq2, Split "
346-
"libraries - wrong output, This is a "
345+
with self.assertRaisesRegex(ValueError, "Error creating QIIMEq2, Split"
346+
" libraries - wrong output, This is a "
347347
"command for testing - Unknown "
348348
"artifact_type: BLA!"):
349349
qdb.software.Command.create(

0 commit comments

Comments
 (0)