Update auto_increment.bats tests to account for the fact that setup now commits the initial empty table.

This commit is contained in:
Nick Tobey
2025-03-31 18:32:05 -07:00
parent c713343cec
commit f7f530a401

View File

@@ -702,8 +702,6 @@ SQL
@test "auto_increment: globally distinct auto increment values" {
dolt sql <<SQL
call dolt_add('.');
call dolt_commit('-am', 'empty table');
call dolt_branch('branch1');
call dolt_branch('branch2');
@@ -780,8 +778,6 @@ SQL
@test "auto_increment: newly cloned database" {
dolt sql <<SQL
call dolt_add('.');
call dolt_commit('-am', 'empty table');
call dolt_branch('branch1');
call dolt_branch('branch2');