mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-21 11:59:41 -06:00
Update auto_increment.bats tests to account for the fact that setup now commits the initial empty table.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user