diff --git a/integration-tests/bats/helper/common.bash b/integration-tests/bats/helper/common.bash index eb5df837f1..a49d3ca428 100644 --- a/integration-tests/bats/helper/common.bash +++ b/integration-tests/bats/helper/common.bash @@ -51,7 +51,7 @@ assert_feature_version() { # Tests that don't end in a valid dolt dir will fail the above # command, don't check its output in that case if [ "$status" -eq 0 ]; then - [[ "$output" =~ "feature version: 2" ]] || exit 1 + [[ "$output" =~ "feature version: 3" ]] || exit 1 fi }