Skip to content

Commit

Permalink
Simplifies tearDown of test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 6, 2011
1 parent c159350 commit 178f27c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ public void putKnownKey() {

@After
public void removeKnownKey() {
System.getProperties().remove(KNOWN_KEY);
System.clearProperty(KNOWN_KEY);
}

@Test
Expand Down

0 comments on commit 178f27c

Please sign in to comment.