changeset 691:04149e80e25c feature/boundary_quads

Remove extra comma in test
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sat, 13 Feb 2021 16:01:36 +0100
parents 728fd5a2455a
children 7c169b97812d
files test/testSbpOperators.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/testSbpOperators.jl	Fri Feb 12 16:43:29 2021 +0100
+++ b/test/testSbpOperators.jl	Sat Feb 13 16:01:36 2021 +0100
@@ -411,7 +411,7 @@
         @testset "1D" begin
             H = quadrature(g_1D,op.quadratureClosure)
             inner_stencil = CenteredStencil(1.)
-            @test H == quadrature(g_1D,op.quadratureClosure,inner_stencil,)
+            @test H == quadrature(g_1D,op.quadratureClosure,inner_stencil)
             @test H isa TensorMapping{T,1,1} where T
         end
         @testset "2D" begin