From 44c468afb9d8b6e8ef52be98f7b933155c6805d6 Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Wed, 15 Jan 2025 17:53:47 +0300 Subject: [PATCH] feat(#3744): fix some unit tests in submodules --- .../src/test/java/org/eolang/maven/LintMojoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java b/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java index 457a72dbcb..0272a34adf 100644 --- a/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java +++ b/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java @@ -146,7 +146,7 @@ void detectsCriticalErrorsSuccessfully(@Mktmp final Path temp) throws IOExceptio new XMLDocument( maven.result().get("target/2-shake/foo/x/main.xmir") ).nodes("//errors/error[@severity='critical']"), - Matchers.hasSize(1) + Matchers.hasSize(3) ); }