From 5236f0d62b11ccd4894fd30341b2ab327c1d7cf8 Mon Sep 17 00:00:00 2001 From: Jack Chan Date: Thu, 14 Mar 2024 13:10:53 +1100 Subject: [PATCH] [FIX] Fix test for Windows --- test/download.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/download.jl b/test/download.jl index df6390d..f206686 100644 --- a/test/download.jl +++ b/test/download.jl @@ -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: