Skip to content

Commit

Permalink
Sonar: remove public modifier from NoOpRegistryClientTest (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Jun 13, 2023
1 parent 60c0950 commit 6029591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.stream.Stream;

@DisplayName("NoOpRegistryClient")
public class NoOpRegistryClientTest {
class NoOpRegistryClientTest {

private static RandomStringGenerator generator;

Expand Down

0 comments on commit 6029591

Please sign in to comment.