Skip to content

Commit

Permalink
remove public modifier in PropertiesClientTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Mar 26, 2024
1 parent 950bff2 commit fa44ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertThrows;

public class PropertiesClientTest {
class PropertiesClientTest {
@Disabled
@Test
void testGettingProperties() {
Expand Down

0 comments on commit fa44ed1

Please sign in to comment.