Skip to content

Commit 04efbba

Browse files
committed
#162: Fix NPE for fix.
1 parent 9cae1bd commit 04efbba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jpx/src/test/java/io/jenetics/jpx/GPXTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,8 @@ public void issue162_NumberFormattingParsing() {
936936
<wpt lat="1.2" lon="3.4">
937937
<ele>1234.5</ele>
938938
</wpt>
939-
</gpx>""");
939+
</gpx>"""
940+
);
940941

941942
final var gpx2 = GPX.Reader.DEFAULT.fromString(string);
942943
assertThat(gpx2).isEqualTo(gpx);

0 commit comments

Comments
 (0)