Skip to content

Commit

Permalink
Revise warn description test
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Oct 17, 2022
1 parent f0f3f56 commit 9e270a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e270a0

Please sign in to comment.