Skip to content

Commit

Permalink
Merge pull request #2031 from pre-commit/wtf-is-ort
Browse files Browse the repository at this point in the history
update tests for latest git
  • Loading branch information
asottile committed Aug 31, 2021
2 parents 66c51a3 + 54a481c commit a96bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/install_uninstall_test.py
Expand Up @@ -948,7 +948,7 @@ def test_pre_merge_commit_integration(tempdir_factory, store):
output_pattern = re_assert.Matches(
r'^\[INFO\] Initializing environment for .+\n'
r'Bash hook\.+Passed\n'
r"Merge made by the 'recursive' strategy.\n"
r"Merge made by the '(ort|recursive)' strategy.\n"
r' foo \| 0\n'
r' 1 file changed, 0 insertions\(\+\), 0 deletions\(-\)\n'
r' create mode 100644 foo\n$',
Expand Down

0 comments on commit a96bb23

Please sign in to comment.