Skip to content

Commit

Permalink
fix ut, apache#2227
Browse files Browse the repository at this point in the history
  • Loading branch information
diecui1202 committed Aug 15, 2018
1 parent 1ea098e commit 4f9e56b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void testWait() throws Exception {
registry.setWait(10);
assertThat(registry.getWait(), is(10));
assertThat(System.getProperty(Constants.SHUTDOWN_WAIT_KEY), equalTo("10"));
System.clearProperty(Constants.SHUTDOWN_WAIT_KEY);
}

@Test
Expand Down

0 comments on commit 4f9e56b

Please sign in to comment.