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 a65d23b commit 1452ffeCopy full SHA for 1452ffe
src/test/groovy/ru/mystamps/web/service/SeriesInfoExtractorServiceImplTest.groovy
@@ -329,7 +329,7 @@ class SeriesInfoExtractorServiceImplTest extends Specification {
329
service.extractQuantity(nullOrBlank()) == null
330
}
331
332
- def 'extractQuantity() should return null for invalid price'() {
+ def 'extractQuantity() should return null for invalid quantity'() {
333
expect:
334
service.extractQuantity('0 марок') == null
335
0 commit comments