Fix sql-commit bats tests

This commit is contained in:
Tan Yong Zhi
2022-08-24 09:38:24 +08:00
parent af955f4ccb
commit ef2e0cc5ff
+1
View File
@@ -10,6 +10,7 @@ CREATE TABLE test (
);
INSERT INTO test VALUES (0),(1),(2);
CALL DOLT_ADD('.');
SQL
}