From 9e270a027b037207f2abbcf3c8cf590b23beb0e6 Mon Sep 17 00:00:00 2001 From: Davide Fioriti Date: Mon, 17 Oct 2022 15:35:25 +0200 Subject: [PATCH] Revise warn description test --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index a873544..827ab71 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -39,7 +39,7 @@ function test_example(example_name, testing_function, args...) ) YAML.write_file(path_solution, dict_calc_solution) - @warn("Preloaded solution not found, then it has been created") + @warn("Preloaded solution not found, then it has been created\nPath: $path_solution") end end