Skip to content

Commit f443d66

Browse files
committed
Fix test config class visibility
1 parent 421dc8b commit f443d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-client-spring-boot-autoconfigure/src/test/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public String[] interceptorNames() {
125125
assertThat(beans).hasSize(1).doesNotContain(this.interceptor1);
126126
}
127127

128-
private static class TestConfig {
128+
static class TestConfig {
129129

130130
@Bean
131131
Interceptor1 interceptor1() {

0 commit comments

Comments
 (0)