[go: up one dir, main page]

Skip to content

Commit

Permalink
#151: Improve tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 15, 2021
1 parent df2133f commit 2489794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpx/src/test/java/io/jenetics/jpx/GPXTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void print() throws IOException {
@Test(invocationCount = 5)
public void toStringFromString() {
final GPX expected = nextGPX(new Random());
final String string = GPX.writer(" ", 20).toString(expected);
final String string = GPX.writer(" ", 25).toString(expected);
//System.out.println(string);
final GPX actual = GPX.reader().fromString(string);

Expand Down

0 comments on commit 2489794

Please sign in to comment.