Skip to content

Commit 5bb6296

Browse files
committed
chore: fix build by ignoring a false positive from CodeNarc.
Correction for 6313749 commit.
1 parent 6313749 commit 5bb6296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/groovy/ru/mystamps/web/feature/series/importing/SeriesInfoExtractorServiceImplTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ class SeriesInfoExtractorServiceImplTest extends Specification {
619619
}
620620

621621
@Unroll
622+
@SuppressWarnings('UnnecessaryBooleanExpression')
622623
def 'extractPrice() should ignore a space in "#fragment"'(String fragment, BigDecimal result) {
623624
expect:
624625
service.extractPrice(fragment) == result

0 commit comments

Comments
 (0)