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:
Jukka Aho
2025-11-20 18:24:58 +02:00
parent 46be40bb4a
commit 16b652a13e
@@ -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()