Skip to content

Commit

Permalink
Removing RpcContext after test finishes. (apache#6314)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrDTesters authored Jul 1, 2020
1 parent ba89f44 commit f0c9b3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public void testAsync() {

rpcContext.stopAsync();
Assertions.assertTrue(rpcContext.isAsyncStarted());
RpcContext.removeContext();
}

@Test
Expand Down

0 comments on commit f0c9b3f

Please sign in to comment.