Skip to content

Commit 200dfc5

Browse files
committed
fix tests on 1.9
1 parent 38d498f commit 200dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_basic.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ end
151151
N2 = NamedDimsArray(KeyedArray(data, axiskeys(N1)), dimnames(N1))
152152
N3 = KeyedArray(NamedDimsArray(data, dimnames(N1)), axiskeys(N1))
153153

154-
@testset "with $(typeof(N).name) outside" for N in [N2, N3]
154+
@testset "with $(typeof(N).name) outside" for N in (N2, N3)
155155
@test axiskeys(N) == (['a', 'b', 'c'], 10:10:40)
156156
@test axiskeys(N, :iter) == 10:10:40
157157
@test dimnames(N) == (:obs, :iter)

0 commit comments

Comments
 (0)