Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jul 1, 2020
1 parent 72df0e6 commit 51361d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ public void testNofityOverrideUrls_Clean1() {
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"));
}

/**
Expand Down

0 comments on commit 51361d5

Please sign in to comment.