diff --git a/integration-tests/bats/sql-pull.bats b/integration-tests/bats/sql-pull.bats index d7184b5053..662ba9b9bd 100644 --- a/integration-tests/bats/sql-pull.bats +++ b/integration-tests/bats/sql-pull.bats @@ -406,15 +406,15 @@ SQL [[ "$output" =~ "merge from origin" ]] || false } -@test "sql-pull: pull two different branches same session" { +@test "sql-pull: pull two different branches in the same session" { cd repo2 dolt pull dolt sql <