Skip to content

Commit f6fb77b

Browse files
committed
fix test
1 parent 861daf2 commit f6fb77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ plt.ioff()
88
res = plt.plot([1,2,3])
99
@test fig isa plt.PyPlot.Figure
1010
@test res isa Vector{plt.PyObject}
11+
save_plot(fig, "/tmp", "plot")
1112
@test isfile("/tmp/plot.pdf")
1213
rm("/tmp/plot.pdf")
1314
show_plot(fig)
14-
save_plot(fig, "/tmp", "plot")
1515
end
1616
plt.ion()

0 commit comments

Comments
 (0)