Skip to content

Commit 5f35ee2

Browse files
committed
More tests
1 parent 35e534c commit 5f35ee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_lazynameddimsarrays.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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]
37+
# TermInterface.jl
3638
@test operation(unwrap(l)) *
3739
@test arguments(unwrap(l)) == [l1 * l2, l3]
3840
end

0 commit comments

Comments
 (0)