Skip to content

Commit bb2c293

Browse files
committed
up
1 parent 6e500b7 commit bb2c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous_tests/reactionsystem_serialisation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ let
392392
(kB,kD), X + Y <--> XY
393393
end
394394
save_reactionsystem("serialised_rs.jl", rs)
395-
@test !ModelingToolkit.isequal(rs, include("../serialised_rs.jl"))
395+
@test ModelingToolkit.isequal(rs, include("../serialised_rs.jl"))
396396
rm("serialised_rs.jl.jl")
397397
end
398398

0 commit comments

Comments
 (0)