Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8b2987

Browse files
committed
Check bytes for Python 3.
1 parent 4640dc7 commit a8b2987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/commands/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,4 +792,4 @@ def test_args_hook_only(cap_out, store, repo_with_passing_hook):
792792
repo_with_passing_hook,
793793
run_opts(hook='do_not_commit'),
794794
)
795-
assert 'flake8' not in printed
795+
assert b'flake8' not in printed

0 commit comments

Comments
 (0)