mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-08 00:39:48 -06:00
Fixed output in bats test
Signed-off-by: Zach Musgrave <zach@liquidata.co>
This commit is contained in:
@@ -279,7 +279,7 @@ teardown() {
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "CREATE TABLE \`test\`" ]] || false
|
||||
[[ "$output" =~ "\`pk\` int not null comment 'tag:0'" ]] || false
|
||||
[[ "$output" =~ "\`c1\` varchar comment 'tag:1'" ]] || false
|
||||
[[ "$output" =~ "\`c1\` varchar(1024) comment 'tag:1'" ]] || false
|
||||
[[ "$output" =~ "primary key (\`pk\`)" ]] || false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user