Skip to content

Commit 4859450

Browse files
committed
Black code
1 parent b0ae6ac commit 4859450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/generation/test_generate_missing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_missing_steps():
8686
)
8787

8888
assert 'Step Given "I have 3 baz" is not defined' not in result.stdout.str()
89-
89+
9090
result.stdout.fnmatch_lines(
9191
['Step Given "I have a foobar" is not defined in the background of the feature "Missing code generation" *']
9292
)

0 commit comments

Comments
 (0)