Skip to content

Commit 8b3624c

Browse files
committed
refactor: correct method's name
1 parent 2463c74 commit 8b3624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/ru/mystamps/web/feature/site/SiteServiceImplTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SiteServiceImplTest extends Specification {
4343
// Tests for logEvent()
4444
//
4545

46-
def "logAboutAbsentPage() should pass abbreviated page when it's too long"() {
46+
def "logEvent() should pass abbreviated page when it's too long"() {
4747
given:
4848
String longPageUrl = '/long/url/' + ('x' * SuspiciousActivity.PAGE_URL_LENGTH)
4949
and:

0 commit comments

Comments
 (0)