File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -151,17 +151,17 @@ Describe 'main()'
151151 # Mock gradle to prove set_gradle_cmd and set_project_version were called
152152 Mock gradle
153153 # Output from set_project_version
154- echo " version: 1.2.3 -SNAPSHOT"
154+ echo " version: 1.2.4 -SNAPSHOT"
155155 End
156156
157157 When run script config-gradle/set_gradle_project_version.sh
158158 The status should be success
159159 The lines of output should equal 5
160160 The line 1 should include " gradle"
161- The line 2 should equal " version: 1.2.3 -SNAPSHOT"
162- The line 3 should equal " CURRENT_VERSION=1.2.3 -SNAPSHOT"
163- The line 4 should equal " Replacing version 1.2.3 -SNAPSHOT with 1.2.3 .42"
164- The line 5 should equal " PROJECT_VERSION=1.2.3 .42"
161+ The line 2 should equal " version: 1.2.4 -SNAPSHOT"
162+ The line 3 should equal " CURRENT_VERSION=1.2.4 -SNAPSHOT"
163+ The line 4 should equal " Replacing version 1.2.4 -SNAPSHOT with 1.2.4 .42"
164+ The line 5 should equal " PROJECT_VERSION=1.2.4 .42"
165165
166166 rm -f " $GITHUB_OUTPUT " " $GITHUB_ENV " gradle.properties gradle.properties.bak
167167 End
You can’t perform that action at this time.
0 commit comments