Skip to content

Commit df167de

Browse files
committed
SeriesInfoExtractorServiceImplTest: improve formatting.
Should be in 6091f30 commit. No code changes.
1 parent 2dea67e commit df167de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SeriesInfoExtractorServiceImplTest extends Specification {
6161
def 'extractCategory() should try to search by category names'() {
6262
given:
6363
String fragment = 'Lorem ipsum dolor\tsit\namet,'
64-
Set<String> expectedCandidates = [ 'Lorem', 'ipsum', 'dolor', 'sit', 'amet,']
64+
Set<String> expectedCandidates = [ 'Lorem', 'ipsum', 'dolor', 'sit', 'amet,' ]
6565
and:
6666
List<Integer> expectedResult = Random.listOfIntegers()
6767
when:
@@ -92,7 +92,7 @@ class SeriesInfoExtractorServiceImplTest extends Specification {
9292
def 'extractCountry() should try to search by country names'() {
9393
given:
9494
String fragment = 'Lorem ipsum dolor\tsit\namet,'
95-
Set<String> expectedCandidates = [ 'Lorem', 'ipsum', 'dolor', 'sit', 'amet,']
95+
Set<String> expectedCandidates = [ 'Lorem', 'ipsum', 'dolor', 'sit', 'amet,' ]
9696
and:
9797
List<Integer> expectedResult = Random.listOfIntegers()
9898
when:

0 commit comments

Comments
 (0)