mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-21 10:26:10 -06:00
Update bats test.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user