Skip to content

Commit c06c143

Browse files
committed
mention in message that it will be created
1 parent 1c631e0 commit c06c143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test_reference.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ function test_reference(
110110
actual = _convert(F, raw_actual; kw...)
111111
# preprocessing when reference file doesn't exists
112112
if !isfile(path)
113-
println("Reference file for \"$filename\" does not exist.")
113+
@info("Reference file for \"$filename\" does not exist. It will be created")
114114
# TODO: move encoding out from render
115115
render(rendermode, raw_actual)
116116

117117
mkpath(dir)
118118
savefile(file, actual)
119-
119+
120120
@info("Please run the tests again for any changes to take effect")
121121
return nothing # skip current test case
122122
end

0 commit comments

Comments
 (0)