Black code

This commit is contained in:
Alessio Bogon 2021-04-27 10:43:14 +02:00
parent b0ae6ac329
commit 4859450686
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def test_generate_missing(testdir):
)
assert 'Step Given "I have 3 baz" is not defined' not in result.stdout.str()
result.stdout.fnmatch_lines(
['Step Given "I have a foobar" is not defined in the background of the feature "Missing code generation" *']
)