Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dubbo-2187] Use CompletetableFuture to rewrite the embedded ListenableFuture #2213

Merged
merged 15 commits into from
Aug 13, 2018
Prev Previous commit
Next Next commit
Refine previous modifications in CompletableFutureTaskTest
  • Loading branch information
dengwanghua committed Aug 8, 2018
commit 55cb672b717d8da76b564dccd6d70e7b98c14e3e
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@ public void testCustomExecutor() {
return 0;
});
completableFuture.thenRunAsync(mock(Runnable.class), verify(mockedExecutor));
verify(mockedExecutor).execute(any(Runnable.class));
}
}