Skip to content

Commit 35e534c

Browse files
committed
Update tests
1 parent 91dac06 commit 35e534c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_lazynameddimsarrays.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ using WrappedUnions: unwrap
3333
@test materialize(l) a1 * a2 * a3
3434
@test issetequal(inds(l), symdiff(inds.((a1, a2, a3))...))
3535
@test unwrap(l) isa Mul
36-
@test unwrap(l).arguments == [l1 * l2, l3]
36+
@test operation(unwrap(l)) *
37+
@test arguments(unwrap(l)) == [l1 * l2, l3]
3738
end
3839

3940
@testset "TermInterface" begin

0 commit comments

Comments
 (0)