Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 30, 2022
1 parent d2002e3 commit bfaf4f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ include("geojson_samples.jl")
df = DataFrame(GeoJSON.FeatureCollection(features))
@test df == DataFrame(GeoJSON.FeatureCollection(df))

@test df == DataFrame(GeoJSON.FeatureCollection(df))

df_custom_col = DataFrame(:points => [p, p], :x => [1, 2])
df_converted = DataFrame(GeoJSON.FeatureCollection(df_custom_col; geometrycolumn=:points))
@test df_custom_col.points == df_converted.geometry
Expand Down

0 comments on commit bfaf4f5

Please sign in to comment.