Skip to content

Commit 3b64271

Browse files
committed
CollectionServiceImplTest: use single quotes.
Should be in a3f3704 commit. No functional changes.
1 parent a79306f commit 3b64271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class CollectionServiceImplTest extends Specification {
9696
@SuppressWarnings(['ClosureAsLastMethodParameter', 'FactoryMethodName', 'UnnecessaryReturnKeyword'])
9797
def "createCollection() should assign updated at to current date"() {
9898
when:
99-
service.createCollection(123, "any-login")
99+
service.createCollection(123, 'any-login')
100100
then:
101101
1 * collectionDao.add({ AddCollectionDbDto collection ->
102102
assert DateUtils.roughlyEqual(collection?.updatedAt, new Date())

0 commit comments

Comments
 (0)