Skip to content

Commit 687b55a

Browse files
authored
typo
1 parent 11735a0 commit 687b55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,5 @@ end
449449
u0_broken = [rand(2), rand(2)]
450450
f(u,p) = u
451451
prob = NonlinearProblem(f, u0_broken)
452-
@test_throws SciMLBase.NonNumberEltypeError solve(prob)=
452+
@test_throws SciMLBase.NonNumberEltypeError solve(prob)
453453
end

0 commit comments

Comments
 (0)