Skip to content

Commit 889876c

Browse files
add assertion
1 parent a185cc8 commit 889876c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function main()
1515
annotate!(p, 0.5, 0.5, text(omikuji, 30, :center))
1616
plot(p)
1717
savefig(p, "omikuji.png")
18+
@assert isfile("omikuji.png")
1819
end
1920

2021
if abspath(PROGRAM_FILE) == @__FILE__

0 commit comments

Comments
 (0)