Skip to content

Commit

Permalink
Make tests pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Aug 9, 2024
1 parent 558834d commit b78c933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/table.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ne_cities = Shapefile.Table(path(natural_earth, "ne_cities_shp"))
if eltype(a) <: Union{Missing, String}
# ne_cities has non-ascii characters
@test all(isequal.(
replace.(skipmissing(a), !isascii => x -> '_' ^ textwidth(x)),
skipmissing(a),#replace.(skipmissing(a), !isascii => x -> '_' ^ textwidth(x)),
skipmissing(b)
))
else
Expand Down

0 comments on commit b78c933

Please sign in to comment.