Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
danielb987 committed Sep 17, 2018
1 parent 0a71c5a commit 0e6a98d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public void testIsCommandStationConsistPossible(){
public void testCsConsistNeedsSeperateAddress(){
Assume.assumeTrue(cm.isCommandStationConsistPossible());
// default is false, override if necessary
Assert.assertFalse("CS Consist Needs Seperate Address",cm.csConsistNeedsSeperateAddress());
Assert.assertFalse("CS Consist Needs Seperate Address",cm.csConsistNeedsSeperateAddress());
}

// private final static Logger log = LoggerFactory.getLogger(AbstractConsistManagerTestBase.class);
Expand Down

0 comments on commit 0e6a98d

Please sign in to comment.