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 355f9f2 commit 77c78a2Copy full SHA for 77c78a2
src/test/java/ru/mystamps/web/util/extractor/SiteParserTest.java
@@ -109,7 +109,8 @@ public void parseShouldRequireNonBlankPageContent() {
109
@SuppressWarnings("checkstyle:magicnumber")
110
@Test
111
public void toStringShouldReturnName() {
112
- // @todo #685 SiteParserTest: introduce a method for generating random string of arbitrary length
+ // @todo #685 SiteParserTest:
113
+ // introduce a method for generating random string of arbitrary length
114
String expectedName = nullOr(between(1, 15).unicode());
115
parser.setName(expectedName);
116
0 commit comments