Skip to content

Commit

Permalink
objectionary#3267: checksXmirToXmirPacks
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 7, 2024
1 parent 517a304 commit 9206df4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void checksPacks(final String pack) throws IOException {
@ParameterizedTest
@ClasspathSource(value = "org/eolang/maven/xmir2xmir/", glob = "**.yaml")
@ExtendWith(XcopCondition.class)
void checksXmirToXmir(final String pack, @TempDir final Path dir) {
void checksXmirToXmirPacks(final String pack, @TempDir final Path dir) {
MatcherAssert.assertThat(
"Xmir2xmir tests passes",
new Xmir2Xmir(pack, dir),
Expand Down

0 comments on commit 9206df4

Please sign in to comment.