Skip to content

Commit

Permalink
[feat] #7 geojson data modeling added for LineString
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramachandran Nellaiyappan committed Mar 19, 2024
1 parent 04aa3cf commit edf1e3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void deserialization_withInvalidContent(String json) {
}

@Test
void serialisation_withCoordinates_shouldThrowError() {
void serialisation_withoutCoordinates_shouldThrowError() {
assertThrows(Exception.class, () -> new LineString(List.of()));
}

Expand Down

0 comments on commit edf1e3b

Please sign in to comment.