From 1ba71cf9e11128280855e2ec1f476744f42e4ff1 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 2 Feb 2024 12:47:18 +0100 Subject: [PATCH] use correct path in tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ac8173b..13642ad 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,7 +8,7 @@ import FileIO, TestImages img = TestImages.testimage("cameraman") # save a temporary copy -reffn = joinpath(path, tempname() * ".png") +reffn = joinpath(VisualRegressionTests.path, tempname() * ".png") FileIO.save(reffn, img) # this is the test function, which saves an image to the given location