Skip to content

Commit 65d62d8

Browse files
committed
refactor: add explicit import for Date class.
This change is needed in order to simplify automated porting of tests. Part of 1246
1 parent f9c4357 commit 65d62d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/test/groovy/ru/mystamps/web/feature/site/LegacyCronServiceImplTest.groovy

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ package ru.mystamps.web.feature.site
1919

2020
import static org.assertj.core.util.DateUtil.yesterday
2121

22+
@SuppressWarnings('UnnecessaryGroovyImport')
23+
import java.util.Date
24+
2225
import org.assertj.core.api.WithAssertions
2326
import org.slf4j.helpers.NOPLogger
2427
import ru.mystamps.web.feature.account.UserService

0 commit comments

Comments
 (0)