Skip to content

Commit 1d3cc2b

Browse files
fix: mark previously broken test as working
1 parent 75465f6 commit 1d3cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ probexpr = ODEProblemExpr{true}(ss, [capacitor.v => 0.0], (0, 0.1); observedfun_
6565
prob_obs = eval(probexpr)
6666
sol_obs = solve(prob_obs, ImplicitEuler())
6767
@show all_obs
68-
@test_broken sol_obs[all_obs] == sol[all_obs]
68+
@test sol_obs[all_obs] == sol[all_obs]

0 commit comments

Comments
 (0)