Skip to content

Commit

Permalink
Fix broken test (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3cur3 authored Sep 5, 2024
1 parent 6dc06aa commit 7f3077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/geo/json_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ defmodule Geo.JSON.Test do

geom = Jason.decode!(json) |> Geo.JSON.decode!()

assert %GeometryCollection{} = geom
assert %Geo.GeometryCollection{} = geom
assert length(geom.geometries) == 2
assert Enum.all?(geom.geometries, &match?(%Geo.MultiPolygon{}, &1))
assert geom.properties["id"] == "FLC017"
Expand Down

0 comments on commit 7f3077b

Please sign in to comment.