mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-13 03:10:03 -05:00
Fixed error message change failure in bats test
This commit is contained in:
@@ -80,7 +80,7 @@ teardown() {
|
||||
@test "dolt sql in a new repository" {
|
||||
run dolt sql -q "select * from test"
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" = "Unknown table 'test'" ]] || false
|
||||
[[ "$output" = "Unknown table: 'test'" ]] || false
|
||||
}
|
||||
|
||||
@test "invalid sql in a new repository" {
|
||||
|
||||
Reference in New Issue
Block a user