Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Sep 20, 2022
1 parent ae44c0c commit 8afeec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function image_comparison_tests(
:(theme(:default)),
:(default(size = (500, 300), show = false, reuse = true)),
:(Random.seed!(rng, $PLOTS_SEED)),
replace_rand.(example.exprs)...,
replace_rand(example.exprs),
:(png($fn)),
)
Base.eval(TEST_MODULE, ex)
Expand Down

0 comments on commit 8afeec8

Please sign in to comment.