diff must start with diff

This commit is contained in:
James Cor
2021-11-29 13:17:50 -08:00
parent 6fedbc5f1c
commit bebb3e13aa

View File

@@ -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"