Skip to content

Commit 5ee2c1a

Browse files
cell type not ref shape
1 parent e1e087e commit 5ee2c1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_l2_projection.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,15 +524,15 @@ function test_l2proj_errorpaths()
524524
end
525525

526526
@testset "Test L2-Projection" begin
527-
for ref_shape in (
527+
for cell_type in (
528528
Triangle,
529529
Quadrilateral,
530530
Hexahedron,
531531
Tetrahedron,
532532
Pyramid,
533533
Wedge
534534
), degree in 1:2
535-
test_projection(degree, ref_shape)
535+
test_projection(degree, cell_type)
536536
end
537537
test_projection_subset_of_mixedgrid()
538538
test_add_projection_grid()

0 commit comments

Comments
 (0)