Skip to content

Commit 3c80632

Browse files
committed
refactor: remove stale @SuppressWarnings from toStringShouldReturnName() test
Should be in 92eede6 commit.
1 parent 240202e commit 3c80632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/ru/mystamps/web/feature/series/importing/extractor/JsoupSiteParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ public void parseShouldExtractSeriesInfoFromFirstMatchedElements() {
218218
// Tests for toString()
219219
//
220220

221-
@SuppressWarnings("checkstyle:magicnumber")
222221
@Test
223222
public void toStringShouldReturnName() {
224223
String expectedName = nullOr(Random.name());

0 commit comments

Comments
 (0)