mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-14 01:07:08 -06:00
diff must start with diff
This commit is contained in:
@@ -608,7 +608,7 @@ SQL
|
||||
[ "${lines[3]}" = 'warning: skipping data diff due to primary key set change' ]
|
||||
}
|
||||
|
||||
@test "adding and removing primary key should leave not null constraint" {
|
||||
@test "diff: adding and removing primary key should leave not null constraint" {
|
||||
dolt sql -q "create table t(pk int, val int)"
|
||||
dolt commit -am "creating table"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user