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

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


The following commit(s) were added to refs/heads/master by this push:
     new 51361d5  fix ut
51361d5 is described below

commit 51361d535d11c6a4e201044fa4f859aa0676c861
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Wed Jul 1 15:59:44 2020 +0800

    fix ut
---
 .../java/org/apache/dubbo/registry/dubbo/RegistryDirectoryTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-registry/dubbo-registry-default/src/test/java/org/apache/dubbo/registry/dubbo/RegistryDirectoryTest.java
 
b/dubbo-registry/dubbo-registry-default/src/test/java/org/apache/dubbo/registry/dubbo/RegistryDirectoryTest.java
index 9ce163c..c38a7f2 100644
--- 
a/dubbo-registry/dubbo-registry-default/src/test/java/org/apache/dubbo/registry/dubbo/RegistryDirectoryTest.java
+++ 
b/dubbo-registry/dubbo-registry-default/src/test/java/org/apache/dubbo/registry/dubbo/RegistryDirectoryTest.java
@@ -768,7 +768,7 @@ public class RegistryDirectoryTest {
         List<Invoker<?>> invokers = registryDirectory.list(invocation);
         Invoker<?> aInvoker = invokers.get(0);
         //Need to be restored to the original providerUrl
-        Assertions.assertEquals("1", 
aInvoker.getUrl().getParameter("timeout"));
+        Assertions.assertEquals("3", 
aInvoker.getUrl().getParameter("timeout"));
     }
 
     /**

Reply via email to