Skip to content

Commit f78d728

Browse files
Update utils.jl
Co-authored-by: Joshua Lampert <[email protected]>
1 parent c63c738 commit f78d728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222
@testitem "DifferentiationMethod" setup=[Setup] begin
2323
using MeshIntegrals: _default_diff_method
2424

25-
# _default_method
25+
# _default_diff_method
2626
sphere = Sphere(Point(0, 0, 0), 1.0)
2727
@test _default_diff_method(Meshes.Sphere) isa FiniteDifference
2828
@test _default_diff_method(sphere) isa FiniteDifference

0 commit comments

Comments
 (0)