Skip to content

Commit 8f70022

Browse files
committed
Fixing unreliable test
1 parent 8e63bb6 commit 8f70022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/gladed/gradle/androidgitversion/AndroidGitVersionTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class AndroidGitVersionTest extends GroovyTestCase {
193193
addTag('1.0')
194194
addBranch('feature/xyz')
195195
addCommit()
196-
assert plugin.name() ==~ '1.0-1-[a-e0-9]{7}'
196+
assert plugin.name() ==~ '1.0-1-[a-f0-9]{7}'
197197
}
198198

199199
void testHideOnlyFullBranchPattern() {

0 commit comments

Comments
 (0)