Skip to content

Commit

Permalink
deleting nede_tet_1.vtu generated during NedelecRefFEs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore-nori committed May 13, 2023
1 parent af46eea commit 937145c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ReferenceFEsTests/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ using Test

@testset "NedelecRefFEs" begin include("NedelecRefFEsTests.jl") end

rm("nede_tet_1.vtu", force=true)

@testset "CDLagrangianRefFEs" begin include("CDLagrangianRefFEsTests.jl") end

@testset "BezierRefFEs" begin include("BezierRefFEsTests.jl") end
Expand Down

0 comments on commit 937145c

Please sign in to comment.