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 2463c74 commit 8b3624cCopy full SHA for 8b3624c
src/test/groovy/ru/mystamps/web/feature/site/SiteServiceImplTest.groovy
@@ -43,7 +43,7 @@ class SiteServiceImplTest extends Specification {
43
// Tests for logEvent()
44
//
45
46
- def "logAboutAbsentPage() should pass abbreviated page when it's too long"() {
+ def "logEvent() should pass abbreviated page when it's too long"() {
47
given:
48
String longPageUrl = '/long/url/' + ('x' * SuspiciousActivity.PAGE_URL_LENGTH)
49
and:
0 commit comments