We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d0da0 commit 2216e41Copy full SHA for 2216e41
operator-framework/src/test/java/io/javaoperatorsdk/operator/config/runtime/AnnotationControllerConfigurationTest.java renamed to operator-framework/src/test/java/io/javaoperatorsdk/operator/config/BaseConfigurationServiceTest.java
@@ -1,4 +1,4 @@
1
-package io.javaoperatorsdk.operator.config.runtime;
+package io.javaoperatorsdk.operator.config;
2
3
import java.lang.annotation.ElementType;
4
import java.lang.annotation.Retention;
@@ -45,7 +45,7 @@
45
import static org.junit.jupiter.api.Assertions.assertThrows;
46
import static org.junit.jupiter.api.Assertions.assertTrue;
47
48
-class AnnotationControllerConfigurationTest {
+class BaseConfigurationServiceTest {
49
50
// subclass to expose configFor method to this test class
51
private final static class TestConfigurationService extends BaseConfigurationService {
0 commit comments