Skip to content

Commit

Permalink
feat(objectionary#3744): fix some unit tests in submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jan 15, 2025
1 parent bf57457 commit 44c468a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
}

Expand Down

0 comments on commit 44c468a

Please sign in to comment.