Skip to content

Commit a6d924a

Browse files
committed
up
1 parent 8551454 commit a6d924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
### Run Tests ###
1616
@time begin
1717
if GROUP == "All" || GROUP == "Core"
18-
Tests the `ReactionSystem` structure and its properties.
18+
# Tests the `ReactionSystem` structure and its properties.
1919
@time @safetestset "Reaction Structure" begin include("reactionsystem_core/reaction.jl") end
2020
@time @safetestset "ReactionSystem Structure" begin include("reactionsystem_core/reactionsystem.jl") end
2121
@time @safetestset "Higher Order Reactions" begin include("reactionsystem_core/higher_order_reactions.jl") end

0 commit comments

Comments
 (0)