Skip to content

Commit 097b64b

Browse files
committed
typo fix
1 parent fac0232 commit 097b64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ end
107107
@test val - 1 9.49995637711254e-12
108108

109109
# non-decreasing |h| is an error:
110-
@test_throws ArgumentError extrapolate((f(h),h) for h in [1, 0.8, 1.3])
111-
@test_throws ArgumentError extrapolate((f(h),h) for h in [1, 0.8, 0.8])
110+
@test_throws ArgumentError extrapolate((sin(h)/h,h) for h in [1, 0.8, 1.3])
111+
@test_throws ArgumentError extrapolate((sin(h)/h,h) for h in [1, 0.8, 0.8])
112112
end

0 commit comments

Comments
 (0)