Check bytes for Python 3.

This commit is contained in:
Matt Layman
2018-07-19 22:11:15 -04:00
parent 4640dc7b4a
commit a8b298799c

View File

@@ -792,4 +792,4 @@ def test_args_hook_only(cap_out, store, repo_with_passing_hook):
repo_with_passing_hook,
run_opts(hook='do_not_commit'),
)
assert 'flake8' not in printed
assert b'flake8' not in printed