Skip to content

Commit

Permalink
Fix test_manifest_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hare committed Feb 23, 2020
1 parent 502b4d6 commit 8247369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repository_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ def test_manifest_hooks(tempdir_factory, store):
require_serial=False,
stages=(
'commit', 'merge-commit', 'prepare-commit-msg', 'commit-msg',
'manual', 'push', 'post-checkout',
'manual', 'post-checkout', 'push',
),
types=['file'],
verbose=False,
Expand Down

0 comments on commit 8247369

Please sign in to comment.