Adding another assertion for the pk field

This commit is contained in:
Jason Fulghum
2022-09-12 10:28:08 -07:00
committed by GitHub
parent 5127e02435
commit 41c042406c
+1
View File
@@ -741,6 +741,7 @@ SQL
run dolt diff --skinny HEAD~1
[ $status -eq 0 ]
[[ ! "$output" =~ 'val2' ]] || false
[[ "$output" =~ 'pk' ]] || false
[[ "$output" =~ 'val1' ]] || false
}