Skip to content

Commit

Permalink
Update utils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
mikeingold and JoshuaLampert authored Dec 3, 2024
1 parent c63c738 commit f78d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
@testitem "DifferentiationMethod" setup=[Setup] begin
using MeshIntegrals: _default_diff_method

# _default_method
# _default_diff_method
sphere = Sphere(Point(0, 0, 0), 1.0)
@test _default_diff_method(Meshes.Sphere) isa FiniteDifference
@test _default_diff_method(sphere) isa FiniteDifference
Expand Down

0 comments on commit f78d728

Please sign in to comment.