Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 7, 2024
1 parent 71c412f commit 905e67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ end
@test integral(fv, ray, HAdaptiveCubature()) vsol

# Integral aliases
@test lineintegral(f, line) sol
@test_throws "not supported" surfaceintegral(f, line)
@test_throws "not supported" volumeintegral(f, line)
@test lineintegral(f, ray) sol
@test_throws "not supported" surfaceintegral(f, ray)
@test_throws "not supported" volumeintegral(f, ray)
end

end

0 comments on commit 905e67b

Please sign in to comment.