Skip to content

Commit

Permalink
revert ErrorException to LoadError
Browse files Browse the repository at this point in the history
  • Loading branch information
yha committed Aug 15, 2023
1 parent 6c32105 commit 77de082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_animations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
circleplot(x, y, i, line_z = 1:n, cbar = false, framestyle = :zerolines)
end when i % 5 == 0 fps = 10

@test_throws ErrorException macroexpand(
@test_throws LoadError macroexpand(
@__MODULE__,
quote
@gif for i in 1:n
Expand Down

0 comments on commit 77de082

Please sign in to comment.