Skip to content

Commit 419ba49

Browse files
rgoldbergmarc0der
authored andcommitted
Rename duplicate path initialisation scenario name
Two scenarios both had the same name. Renamed the incorrectly named one.
1 parent 4b22f99 commit 419ba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cucumber/path_initialisation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature: Path Initialisation
1717
And I enter "echo $PATH"
1818
Then I see a single occurrence of "grails"
1919

20-
Scenario: Install a candidate and see it on the PATH
20+
Scenario: sdkman is initialised without candidates
2121
Given the system is bootstrapped
2222
When I enter "echo $PATH"
2323
Then I see no occurrences of "grails"

0 commit comments

Comments
 (0)