Skip to content

Commit

Permalink
Remove public modifier in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhitewizard committed May 9, 2023
1 parent a541f37 commit 92977d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.*;

public class IexecHubServiceTests {
class IexecHubServiceTests {

@Mock
private CredentialsService credentialsService;
Expand Down

0 comments on commit 92977d7

Please sign in to comment.