Skip to content

Commit 80a8f0a

Browse files
committed
up
1 parent 39e496b commit 80a8f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/meta/mtk_structure_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ let
358358
# Checks that updating an integrators parameter values does not affect mass action rate until after
359359
# `reset_aggregated_jumps!` have been applied as well (wt which point the correct rate is achieved).
360360
jint.ps[p1] = 4.0
361-
@test_broken jint.cb.condition.ma_jumps.scaled_rates[1] == 30.0
361+
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 30.0
362362
reset_aggregated_jumps!(jint)
363363
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 8.0
364364

0 commit comments

Comments
 (0)