Skip to content

Commit d7ff822

Browse files
committed
StampsCatalogServiceImpl: fix UnnecessaryGString warning from CodeNarc.
Should be in 1b31696 commit. No functional changes.
1 parent d30cc03 commit d7ff822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class StampsCatalogServiceImplTest extends Specification {
2626

2727
private final StampsCatalogDao stampsCatalogDao = Mock()
2828

29-
private final StampsCatalogService service = new StampsCatalogServiceImpl("TestCatalog", stampsCatalogDao)
29+
private final StampsCatalogService service = new StampsCatalogServiceImpl('TestCatalog', stampsCatalogDao)
3030

3131
//
3232
// Tests for findBySeriesId()

0 commit comments

Comments
 (0)