Skip to content

Commit

Permalink
Update AbstractRewriteMojoTest to fix print idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Mar 6, 2024
1 parent 7011b68 commit 09fe6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class AbstractRewriteMojoTest {

@ParameterizedTest
@ValueSource(strings = {"rewrite.yml"/*, "https://httpstat.us/200"*/})
@ValueSource(strings = {"rewrite.yml"})
void configLocation(String loc, @TempDir Path temp) throws IOException {
AbstractRewriteMojo mojo = new AbstractRewriteMojo() {
{
Expand Down

0 comments on commit 09fe6c4

Please sign in to comment.