We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6313749 commit 5bb6296Copy full SHA for 5bb6296
src/test/groovy/ru/mystamps/web/feature/series/importing/SeriesInfoExtractorServiceImplTest.groovy
@@ -619,6 +619,7 @@ class SeriesInfoExtractorServiceImplTest extends Specification {
619
}
620
621
@Unroll
622
+ @SuppressWarnings('UnnecessaryBooleanExpression')
623
def 'extractPrice() should ignore a space in "#fragment"'(String fragment, BigDecimal result) {
624
expect:
625
service.extractPrice(fragment) == result
0 commit comments