Skip to content

Commit e47202f

Browse files
committed
SiteServiceImplTest: rename test method.
Should be in a2e9db2 commit. No functional changes. [ci skip]
1 parent 7718d18 commit e47202f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class SiteServiceImplTest extends Specification {
252252
})
253253
}
254254

255-
def "logAboutFailedAuthentication() should assign occurred at to current date when date was provided"() {
255+
def "logAboutFailedAuthentication() should assign occurred at to specified date when date was provided"() {
256256
given:
257257
Date expectedDate = new Date() - 100;
258258
when:

0 commit comments

Comments
 (0)