This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new ea7af7a294 Fix ut
ea7af7a294 is described below

commit ea7af7a29410e3eb2e0f49282fea1a68d7fb2ce8
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Mar 11 11:16:19 2023 +0800

    Fix ut
---
 .../src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
 
b/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
index 04e759e534..745110dcdc 100644
--- 
a/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
+++ 
b/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
@@ -483,7 +483,6 @@ class ReferenceConfigTest {
         Assertions.assertTrue(referenceConfig.getInvoker() instanceof 
MockClusterInvoker);
         Invoker<?> withCount = ((MockClusterInvoker<?>) 
referenceConfig.getInvoker()).getDirectory().getAllInvokers().get(0);
         Assertions.assertTrue(withCount instanceof 
ReferenceCountInvokerWrapper);
-        Assertions.assertTrue(((ReferenceCountInvokerWrapper<?>) 
withCount).getInvoker() instanceof ListenerInvokerWrapper);
         Invoker<?> withFilter = ((ReferenceCountInvokerWrapper<?>) 
withCount).getInvoker();
         Assertions.assertTrue(withFilter instanceof ListenerInvokerWrapper
             || withFilter instanceof 
FilterChainBuilder.CallbackRegistrationInvoker);

Reply via email to