I pulled your code to my local machine, and after running the unit tests, it is 
consistent with the github answer. 

Maybe you forgot to modify
https://github.com/apache/dubbo/blob/509d0ae44d944d4bbaa92b018a354673f239e9ee/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java#L115

https://github.com/apache/dubbo/blob/509d0ae44d944d4bbaa92b018a354673f239e9ee/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java#L116

```java
        Assertions.assertTrue(success);
        Assertions.assertNotNull(demoService);
```

[ Full content available at: https://github.com/apache/dubbo/pull/5589 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to