Skip to content

Commit c428b00

Browse files
committed
CI workflow (cont'd)
1 parent 037a0c8 commit c428b00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google-cloud-sql/src/test/java/org/squidmin/java/spring/maven/cloudsql/UnitTestConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
@ActiveProfiles("test")
1111
public class UnitTestConfig {
1212

13-
@Bean
14-
public GoogleCredentials googleCredentials() {
15-
return Mockito.mock(GoogleCredentials.class);
16-
}
13+
// @Bean
14+
// public GoogleCredentials googleCredentials() {
15+
// return Mockito.mock(GoogleCredentials.class);
16+
// }
1717

1818
}

0 commit comments

Comments
 (0)