Skip to content

Commit 330a0ca

Browse files
committed
Fix SQ issue
1 parent c7ba3a8 commit 330a0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/set_maven_project_version_spec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Describe 'main()'
160160
The line 2 should equal "mvn --version"
161161
The line 3 should equal "CURRENT_VERSION=1.2.3-SNAPSHOT (from pom.xml)"
162162
The line 4 should equal "Replacing version 1.2.3-SNAPSHOT with 1.2.3.1"
163-
The line 5 should start with "Maven command: mvn"
163+
The line 5 should start with "Maven command:"
164164
The line 6 should equal "mvn versions"
165165
The line 7 should equal "PROJECT_VERSION=1.2.3.1"
166166

0 commit comments

Comments
 (0)