diff --git a/src/test/cucumber/gvm/upgrade.feature b/src/test/cucumber/gvm/upgrade.feature index fb62a6f7..48f2fcdb 100644 --- a/src/test/cucumber/gvm/upgrade.feature +++ b/src/test/cucumber/gvm/upgrade.feature @@ -27,4 +27,5 @@ Feature: Upgrade Scenario: Rename the vertx Candidate on Upgrade Given the candidate "vert.x" version "1.3.0.final" is already installed and default When I enter "gvm selfupdate" - Then the candidate "vertx" version "1.3.0.final" is installed \ No newline at end of file + Then the candidate "vertx" version "1.3.0.final" is installed + And the candidate "vert.x" version "1.3.0.final" is not installed \ No newline at end of file