Skip to content

Commit 8bfe059

Browse files
test: separate remake problems into testsets
1 parent ff0c813 commit 8bfe059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/remake_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function SciMLBase.late_binding_update_u0_p(
9292
return newu0, ones(3)
9393
end
9494

95-
for prob in deepcopy(probs)
95+
@testset "$(SciMLBase.parameterless_type(prob)) - $(typeof(prob.p))" for prob in deepcopy(probs)
9696
prob2 = @inferred remake(prob)
9797
@test prob2.u0 == u0
9898
@test prob2.p == typeof(prob.p)(p)

0 commit comments

Comments
 (0)