Thanks to visit codestin.com Credit goes to github.com
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 4640dc7 commit a8b2987Copy full SHA for a8b2987
1 file changed
tests/commands/run_test.py
@@ -792,4 +792,4 @@ def test_args_hook_only(cap_out, store, repo_with_passing_hook):
792
repo_with_passing_hook,
793
run_opts(hook='do_not_commit'),
794
)
795
- assert 'flake8' not in printed
+ assert b'flake8' not in printed
0 commit comments