diff --git a/src/test/java/com/safetypin/authentication/service/GoogleAuthServiceTest.java b/src/test/java/com/safetypin/authentication/service/GoogleAuthServiceTest.java index 7d4b6f1d8249c9a2c43576c64d0112d79e56b63d..797c159903901fee4ca3a9e41ad7f5342f9f856b 100644 --- a/src/test/java/com/safetypin/authentication/service/GoogleAuthServiceTest.java +++ b/src/test/java/com/safetypin/authentication/service/GoogleAuthServiceTest.java @@ -33,7 +33,7 @@ import static org.mockito.ArgumentMatchers.*; import static org.mockito.Mockito.*; @ExtendWith(MockitoExtension.class) -public class GoogleAuthServiceTest { +class GoogleAuthServiceTest { @Mock private UserService userService;