diff --git a/test/test_chebyshev.jl b/test/test_chebyshev.jl index 9929264..34cef55 100644 --- a/test/test_chebyshev.jl +++ b/test/test_chebyshev.jl @@ -580,7 +580,7 @@ import BandedMatrices: isbanded end @testset "diff of truncation" begin - MemoryLayout(diff(ChebyshevT()[:,1:5]) * randn(5)) isa ExpansionLayout + @test MemoryLayout(diff(ChebyshevT()[:,1:5]) * randn(5)) isa ExpansionLayout end end @@ -619,4 +619,4 @@ end T = Chebyshev() @test blockaxes(T) == (blockaxes(T,1),blockaxes(T,2)) == (Block.(Base.OneTo(1)), Block.(Base.OneTo(1))) @test blockaxes(T,3) == Base.OneTo(1) -end \ No newline at end of file +end