File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public void logAboutAbsentPageShouldPassActivityTypeToDao() {
97
97
}
98
98
99
99
@ Test
100
- public void logAboutAbsentPageShouldAssignOccuredAtToCurrentDate () {
100
+ public void logAboutAbsentPageShouldAssignOccurredAtToCurrentDate () {
101
101
when (suspiciousActivityTypeDao .findByName (anyString ()))
102
102
.thenReturn (TestObjects .createPageNotFoundActivityType ());
103
103
@@ -259,7 +259,7 @@ public void logAboutFailedAuthenticationShouldPassActivityTypeToDao() {
259
259
}
260
260
261
261
@ Test
262
- public void logAboutFailedAuthenticationShouldAssignOccuredAtToCurrentDate () {
262
+ public void logAboutFailedAuthenticationShouldAssignOccurredAtToCurrentDate () {
263
263
when (suspiciousActivityTypeDao .findByName (anyString ()))
264
264
.thenReturn (TestObjects .createAuthFailedActivityType ());
265
265
You can’t perform that action at this time.
0 commit comments