update bats test

This commit is contained in:
jennifersp
2022-10-04 11:04:40 -07:00
parent 270ae0e360
commit 0746e55d7d
+1 -1
View File
@@ -234,7 +234,7 @@ teardown() {
run dolt sql -q "show create procedure p1"
[ "$status" -eq 0 ]
[[ "$output" =~ 'CREATE PROCEDURE `p1` (in x int) select x from dual' ]] || false
[[ "$output" =~ 'CREATE PROCEDURE `p1` (in x int) select x' ]] || false
}
@test "dump: SQL type - with keyless tables" {