diff --git a/integration-tests/bats/import-update-tables.bats b/integration-tests/bats/import-update-tables.bats index ab059f56d5..69707804ba 100644 --- a/integration-tests/bats/import-update-tables.bats +++ b/integration-tests/bats/import-update-tables.bats @@ -1360,7 +1360,7 @@ DELIM [ $status -eq 0 ] [[ "$output" =~ "Rows Processed: 4, Additions: 4, Modifications: 0, Had No Effect: 0" ]] || false - run dolt sql -r csv -q "select * from word;" + run dolt sql -r csv -q "select * from word order by pk;" [ $status -eq 0 ] [[ "$output" = "$expected" ]] || false }