Skip to content

Commit

Permalink
Remove mappings from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Feb 4, 2024
1 parent 1a4c387 commit 341c375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ void should_not_generate_wiremock_stubbing_when_the_input_dir_is_empty() throws
openApiWiremock.generate();

// then
Assertions.assertTrue(PathUtils.isEmpty(outputDir.resolve(Path.of(MAPPINGS_DIR))));
Assertions.assertTrue(PathUtils.isEmpty(outputDir));
}
}

0 comments on commit 341c375

Please sign in to comment.