Skip to content

Commit 707d139

Browse files
committed
refactor: rename and move test according to what it's testing
1 parent f4841be commit 707d139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.javaoperatorsdk.operator.config.runtime;
1+
package io.javaoperatorsdk.operator.config;
22

33
import java.lang.annotation.ElementType;
44
import java.lang.annotation.Retention;
@@ -45,7 +45,7 @@
4545
import static org.junit.jupiter.api.Assertions.assertThrows;
4646
import static org.junit.jupiter.api.Assertions.assertTrue;
4747

48-
class AnnotationControllerConfigurationTest {
48+
class BaseConfigurationServiceTest {
4949

5050
// subclass to expose configFor method to this test class
5151
private final static class TestConfigurationService extends BaseConfigurationService {

0 commit comments

Comments
 (0)