From 335d9f5a6ebc1166535596b447f29db63312b400 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Tue, 26 Nov 2024 10:35:16 -0500 Subject: [PATCH] Fix test --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 5e8a9e7..fc186cf 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,7 +7,7 @@ using Test include("_util.jl") include("projector_tests.jl") -include("sUBdOMAINmps_tests.jl") +include("subdomainmps_tests.jl") include("partitionedmps_tests.jl") include("contract_tests.jl") include("patching_tests.jl")