Skip to content

Commit

Permalink
fix(#2938): parametrized
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Mar 15, 2024
1 parent ec9d30e commit 26693e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ void createsFiles(@TempDir final Path temp) throws Exception {
);
}

@Test
@ParameterizedTest
@ClasspathSource(value = "org/eolang/maven/phi/xmir", glob = "**.xmir")
void convertsXmirsToPhiWithoutErrors(final String xmir, @TempDir final Path temp)
throws IOException {
Expand Down

0 comments on commit 26693e1

Please sign in to comment.