mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
test(continuum): Remove duplicate test_helpers.jl include
Replace include statement with comment noting that test_helpers.jl is included by parent runtests.jl. This eliminates method overwrite warnings for create_test_mesh() and create_test_kernel(). The parent test suite (runtests.jl) includes test_helpers.jl once, making it available to all sub-tests.
This commit is contained in:
@@ -6,7 +6,7 @@ using LinearAlgebra
|
||||
using SparseArrays # For nnz()
|
||||
using Test
|
||||
|
||||
include("test_helpers.jl")
|
||||
# test_helpers.jl is included by runtests.jl
|
||||
|
||||
@testset "reset! functions" begin
|
||||
kernel = create_test_kernel()
|
||||
|
||||
Reference in New Issue
Block a user