Skip to content

Commit 36e0868

Browse files
committed
tests for ReOperator
1 parent defbeef commit 36e0868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ end
365365

366366
M = Multiplication(Fun(PointSpace(1:3)), PointSpace(1:3))
367367
@test typeof(M)(M) == M
368+
369+
R = real(M)
370+
@test typeof(M)(M) == M
368371
end
369372
end
370373

0 commit comments

Comments
 (0)