mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 03:16:12 -05:00
Adding another assertion for the pk field
This commit is contained in:
@@ -741,6 +741,7 @@ SQL
|
||||
run dolt diff --skinny HEAD~1
|
||||
[ $status -eq 0 ]
|
||||
[[ ! "$output" =~ 'val2' ]] || false
|
||||
[[ "$output" =~ 'pk' ]] || false
|
||||
[[ "$output" =~ 'val1' ]] || false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user