Skip to content

Commit

Permalink
Remove duplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ojung committed Jul 9, 2024
1 parent 2e0f8aa commit b50a8e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ public void testIncludeSomeExcludeSome() {
strings = {
"java.FooBar",
"org.junit.Test",
"org.junit.jupiter.api.Test",
"akka.Actor",
"cats.Functor",
"org.junit.jupiter.api.Test",
"org.junit.jupiter.api.Test",
"org.datadog.jmxfetch.FooBar"
})
public void testExcludeDefaults(String input) {
Expand Down

0 comments on commit b50a8e3

Please sign in to comment.