Skip to content

Commit 5e200d9

Browse files
authored
Update test_chebyshev.jl (#201)
1 parent 51c42b3 commit 5e200d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_chebyshev.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ import BandedMatrices: isbanded
580580
end
581581

582582
@testset "diff of truncation" begin
583-
MemoryLayout(diff(ChebyshevT()[:,1:5]) * randn(5)) isa ExpansionLayout
583+
@test MemoryLayout(diff(ChebyshevT()[:,1:5]) * randn(5)) isa ExpansionLayout
584584
end
585585
end
586586

@@ -619,4 +619,4 @@ end
619619
T = Chebyshev()
620620
@test blockaxes(T) == (blockaxes(T,1),blockaxes(T,2)) == (Block.(Base.OneTo(1)), Block.(Base.OneTo(1)))
621621
@test blockaxes(T,3) == Base.OneTo(1)
622-
end
622+
end

0 commit comments

Comments
 (0)