Skip to content

Commit

Permalink
Update integration-tests/bats/archive.bats
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Fulghum <[email protected]>
  • Loading branch information
macneale4 and fulghum authored Jun 13, 2024
1 parent 25f6de0 commit 09f1835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/bats/archive.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setup() {
setup_common

dolt sql -q "create table tbl (i int auto_increment primary key, guid char(36))"
dolt commit -A -m "crate tbl"
dolt commit -A -m "create tbl"

make_inserts
}
Expand Down

0 comments on commit 09f1835

Please sign in to comment.