Skip to content

Commit

Permalink
add clearSDM now that tearDown done
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Apr 21, 2020
1 parent 74015c3 commit b983821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/test/jmri/jmrix/dccpp/serial/DCCppAdapterTest.java
Expand Up @@ -26,6 +26,7 @@ public void setUp() {

@After
public void tearDown() {
JUnitUtil.clearShutDownManager();
JUnitUtil.tearDown();
}

Expand Down

0 comments on commit b983821

Please sign in to comment.