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 bb4f863 commit f8ee971Copy full SHA for f8ee971
src/test/java/ru/mystamps/web/util/extractor/SiteParserTest.java
@@ -110,7 +110,7 @@ public void parseShouldRequireNonBlankPageContent() {
110
@Test
111
public void toStringShouldReturnName() {
112
// @todo #685 SiteParserTest:
113
- // introduce a method for generating random string of arbitrary length
+ // 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