Skip to content

Commit a96bb23

Browse files
authored
Merge pull request #2031 from pre-commit/wtf-is-ort
update tests for latest git
2 parents 66c51a3 + 54a481c commit a96bb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/install_uninstall_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def test_pre_merge_commit_integration(tempdir_factory, store):
948948
output_pattern = re_assert.Matches(
949949
r'^\[INFO\] Initializing environment for .+\n'
950950
r'Bash hook\.+Passed\n'
951-
r"Merge made by the 'recursive' strategy.\n"
951+
r"Merge made by the '(ort|recursive)' strategy.\n"
952952
r' foo \| 0\n'
953953
r' 1 file changed, 0 insertions\(\+\), 0 deletions\(-\)\n'
954954
r' create mode 100644 foo\n$',

0 commit comments

Comments
 (0)