Skip to content

Commit

Permalink
Correct test for node value output
Browse files Browse the repository at this point in the history
  • Loading branch information
devste committed Apr 26, 2017
1 parent fb99b7c commit 44a786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/indival/model/IndiNodeValueTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void tearDown() throws Exception {

@Test
public final void testToString() {
assertEquals(": 0.0 ", empty.toString());
assertEquals("\n0.0\n", empty.toString());
}

@Test
Expand Down

0 comments on commit 44a786c

Please sign in to comment.