Skip to content

Commit

Permalink
Update function_building_error_messages.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 21, 2023
1 parent 619ac07 commit 83f933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function_building_error_messages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,4 @@ BatchIntegralFunction(biip, Float64[], max_batch = 20)
@test_throws SciMLBase.IntegrandMismatchFunctionError BatchIntegralFunction(biip)
@test_throws SciMLBase.TooFewArgumentsError BatchIntegralFunction(bi1)
@test_throws SciMLBase.TooManyArgumentsError BatchIntegralFunction(bitoo)
@test_throws SciMLBase.TooManyArgumentsError BatchIntegralFunction(bitoo, Float64[])
@test_throws SciMLBase.TooManyArgumentsError BatchIntegralFunction(bitoo, Float64[])

0 comments on commit 83f933d

Please sign in to comment.