Skip to content

Commit 22018a4

Browse files
committed
chore(CategoryServiceImplTest): fix warnings from CodeNarc about spaces around colon.
Should be in 9137e6f commit.
1 parent 9137e6f commit 22018a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/ru/mystamps/web/feature/category/CategoryServiceImplTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ class CategoryServiceImplTest extends Specification {
486486
and:
487487
String expectedLang = Random.lang()
488488
and:
489-
Map<String, Integer> expectedResult = [ (Random.categoryName()) : positiveInteger() ]
489+
Map<String, Integer> expectedResult = [ (Random.categoryName()):positiveInteger() ]
490490
when:
491491
Map<String, Integer> result = service.getStatisticsOf(expectedCollectionId, expectedLang)
492492
then:

0 commit comments

Comments
 (0)