Skip to content

Commit abb7242

Browse files
TorkelEisaacsas
andauthored
Update test/reactionsystem_core/events.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 8ea1ec5 commit abb7242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reactionsystem_core/events.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ let
158158
]
159159

160160
# Declares various misformatted events .
161-
@test_broken false # Some missformatted tests should throw error at this stage, but does not (https://github.com/SciML/ModelingToolkit.jl/issues/2612).
161+
@test_broken false # Some misformatted tests should throw error at this stage, but does not (https://github.com/SciML/ModelingToolkit.jl/issues/2612).
162162
continuous_events_bad = [
163163
X ~ 1.0 => [X ~ 0.5], # Scalar condition.
164164
[X ~ 1.0] => X ~ 0.5, # Scalar affect.

0 commit comments

Comments
 (0)