Skip to content

Commit

Permalink
remove public modifier
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Oct 2, 2023
1 parent a18cfa8 commit 5eb36bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.mockito.junit.jupiter.MockitoExtension;

@ExtendWith(MockitoExtension.class)
public class ChartDependencyUpdateRequestTest {
class ChartDependencyUpdateRequestTest {
@Mock
HelmExecutionBuilder helmExecutionBuilderMock;

Expand Down

0 comments on commit 5eb36bf

Please sign in to comment.