Skip to content

Commit 6830d6a

Browse files
aplavinmcabbott
authored andcommitted
fix tests on 1.9
1 parent 5f4ea56 commit 6830d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_basic.jl

Lines changed: 1 addition & 1 deletion
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)