Skip to content

Commit

Permalink
Fix type in primary-key-changes.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktobey committed Apr 9, 2024
1 parent 2dd26b6 commit 5dc2086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/bats/primary-key-changes.bats
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ teardown() {

run dolt merge test -m "merge other"
[ "$status" -eq 1 ]
"error: cannot merge because table %s has different primary keys in its common ancestor")

[[ "$output" =~ 'error: cannot merge because table t has different primary keys' ]] || false
}
Expand Down

0 comments on commit 5dc2086

Please sign in to comment.