Skip to content

Commit 1452ffe

Browse files
committed
SeriesInfoExtractorServiceImplTest: fix test case name.
Should be in fdca673 commit. No functional changes.
1 parent a65d23b commit 1452ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/ru/mystamps/web/service/SeriesInfoExtractorServiceImplTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class SeriesInfoExtractorServiceImplTest extends Specification {
329329
service.extractQuantity(nullOrBlank()) == null
330330
}
331331

332-
def 'extractQuantity() should return null for invalid price'() {
332+
def 'extractQuantity() should return null for invalid quantity'() {
333333
expect:
334334
service.extractQuantity('0 марок') == null
335335
}

0 commit comments

Comments
 (0)