We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7718d18 commit e47202fCopy full SHA for e47202f
src/test/groovy/ru/mystamps/web/service/SiteServiceImplTest.groovy
@@ -252,7 +252,7 @@ class SiteServiceImplTest extends Specification {
252
})
253
}
254
255
- def "logAboutFailedAuthentication() should assign occurred at to current date when date was provided"() {
+ def "logAboutFailedAuthentication() should assign occurred at to specified date when date was provided"() {
256
given:
257
Date expectedDate = new Date() - 100;
258
when:
0 commit comments