Skip to content

Commit

Permalink
remove disablePublishingSnapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Nov 6, 2023
1 parent 30a24ed commit 08df364
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/org/openrewrite/kotlin/AssertionsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,4 @@ void invalidSyntax() {
)
);
}

@Test
void disablePublishingSnapshots() {
assertThat(true).isEqualTo(false);
}
}

0 comments on commit 08df364

Please sign in to comment.