Skip to content

Commit

Permalink
fix(objectionary#2758): samples
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jan 16, 2024
1 parent 52dc8c5 commit 37633ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void printsStrait(final String pack) throws IOException {
}

@ParameterizedTest
@ClasspathSource(value = "org/eolang/parser/xmir/samples/", glob = "**.yaml")
@ClasspathSource(value = "org/eolang/parser/samples/", glob = "**.yaml")
void printsReversed(final String pack) throws IOException {
final Map<String, Object> map = new Yaml().load(pack);
final String key = "reversed";
Expand Down

0 comments on commit 37633ac

Please sign in to comment.