We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104acca commit 2744cc5Copy full SHA for 2744cc5
src/test/java/org/eolang/lints/LtSuppressedTest.java
@@ -40,7 +40,7 @@ final class LtSuppressedTest {
40
@Test
41
void lintsOneFile() throws IOException {
42
MatcherAssert.assertThat(
43
- "the error is there",
+ "failed to return one error",
44
new LtSuppressed(new LtAlways()).defects(
45
new EoSyntax(new InputOf("# first\n[] > foo\n")).parsed()
46
),
@@ -51,7 +51,7 @@ void lintsOneFile() throws IOException {
51
52
void suppressesTheDefect() throws IOException {
53
54
+ "failed to return empty list",
55
56
new EoSyntax(
57
new InputOf("+unlint always\n\n# first\n[] > foo\n")
0 commit comments