Skip to content

Commit c7ba3a8

Browse files
committed
Fix SQ issue
1 parent 2a3d0d0 commit c7ba3a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/set_gradle_project_version_spec.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)