Skip to content

Commit ef9e730

Browse files
committed
Add constructor-binding test wiring
Inject the constructor-binding configuration properties bean into the listener test so the test context covers that binding path as well.
1 parent 9201d5f commit ef9e730

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListenerTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ class EventPublishingConfigurationPropertiesBeanPropertyChangedListenerTest {
124124
@Autowired
125125
private TestConfigurationProperties testConfigurationProperties;
126126

127+
@Autowired
128+
private TestConstructorBindingConfigurationProperties testConstructorBindingConfigurationProperties;
129+
127130
@Autowired
128131
private EventPublishingConfigurationPropertiesBeanPropertyChangedListener listener;
129132

0 commit comments

Comments
 (0)