Mercurial > repos > public > sbplib_julia
diff test/SbpOperators/boundaryops/boundary_operator_test.jl @ 1044:f857057e61e6 refactor/sbpoperators/inflation
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 22 Mar 2022 22:05:34 +0100 |
parents | 6abbb2c6c3e4 |
children | 3bb94ce74697 a76830879c63 |
line wrap: on
line diff
--- a/test/SbpOperators/boundaryops/boundary_operator_test.jl Mon Mar 21 10:04:15 2022 +0100 +++ b/test/SbpOperators/boundaryops/boundary_operator_test.jl Tue Mar 22 22:05:34 2022 +0100 @@ -28,7 +28,7 @@ @testset "2D" begin e_w = boundary_operator(g_2D,closure_stencil,CartesianBoundary{1,Upper}()) - @test e_w isa InflatedLazyTensor + @test e_w isa InflatedTensor @test e_w isa LazyTensor{T,1,2} where T end end