From 6c1410afb024ad94b6066b93113832514559b8bc Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Fri, 3 Nov 2023 11:11:43 -0700 Subject: [PATCH] rename test --- test/runtests.jl | 2 +- test/{atmos_config.jl => test_atmos_config.jl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{atmos_config.jl => test_atmos_config.jl} (100%) diff --git a/test/runtests.jl b/test/runtests.jl index ea4fac7c..ece451f8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ using Test include("test_init.jl") -include("atmos_config.jl") +include("test_atmos_config.jl") diff --git a/test/atmos_config.jl b/test/test_atmos_config.jl similarity index 100% rename from test/atmos_config.jl rename to test/test_atmos_config.jl