Skip to content

Commit 44f7e45

Browse files
committed
Fix test
1 parent 6970b4c commit 44f7e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424

2525
@testset "Reading Zarr" begin
2626
p = "gs://cmip6/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/highresSST-present/r1i1p1f1/6hrPlev/psl/gn/v20170706/"
27-
ds_zarr = to_dataset(p)
27+
ds_zarr = to_dataset(p,driver=:zarr)
2828
vn = get_varnames(ds_zarr)
2929
@test sort(vn) == ["lat", "lat_bnds", "lon", "lon_bnds", "psl", "time", "time_bnds"]
3030
@test get_var_dims(ds_zarr, "psl") == ["lon", "lat", "time"]

0 commit comments

Comments
 (0)