Update bats test.

This commit is contained in:
Nick Tobey
2024-04-09 14:51:39 -07:00
parent 5dc2086bce
commit bfe2e3f58b

View File

@@ -506,5 +506,5 @@ SQL
dolt checkout main
run dolt sql -q "CALL DOLT_CHERRY_PICK('branch1')"
[ $status -eq 1 ]
[[ $output =~ "error: cannot merge because table t has different primary keys" ]] || false
[[ $output =~ "error: cannot merge because table test has different primary keys" ]] || false
}