Skip to content

Commit a963631

Browse files
authored
Relax PiecewiseSpace signature in tests (#301)
1 parent 3e5ea3c commit a963631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ChebyshevTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ include("testutils.jl")
474474
S = PiecewiseSpace(Chebyshev.(components(d)))
475475
NS = normalizedspace(S)
476476
@test domain(NS) == domain(S)
477-
@test NS isa PiecewiseSpace{<:NTuple{<:Any,NormalizedChebyshev}}
477+
@test NS isa PiecewiseSpace{<:Union{NTuple{<:Any,NormalizedChebyshev}, Vector{<:NormalizedChebyshev}}}
478478
f = Fun(S)
479479
g = Conversion(S, NS) * f
480480
@test g(0.4) 0.4

0 commit comments

Comments
 (0)