Skip to content

Commit

Permalink
[FIX] Fix test for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
captchanjack committed Mar 14, 2024
1 parent 221e90b commit 5236f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/download.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end
end

@testset "Download with custom filters" begin
filename = "map.json"
filename = normpath("map.json") # for compatability with Windows
format = :json
#=
Compared to the defauilt network_type=:drive, this filter:
Expand Down

0 comments on commit 5236f0d

Please sign in to comment.