Skip to content

Commit

Permalink
include assertion in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Jul 27, 2019
1 parent 63fbd8a commit 53f3937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/test/jmri/PathTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void testLoad() {

Block b = new Block("IB1");
p.setBlock(b);
Assert.assertEquals("block added",b,p.getBlock());
}

@Test
Expand Down

0 comments on commit 53f3937

Please sign in to comment.