Skip to content

Commit 8d2ec78

Browse files
committed
Add iswrapper test
1 parent 8aa3235 commit 8d2ec78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ end
453453
end
454454
@testset "conversion and constantoperator" begin
455455
A = Conversion(PointSpace(1:4), PointSpace(1:4))
456+
@test ApproxFunBase.iswrapper(A)
456457
@test convert(Number, A) == 1
457458
f = Fun(PointSpace(1:4))
458459
@test (A * A) * f == A * f == f

0 commit comments

Comments
 (0)