Skip to content

Commit d3b80d6

Browse files
committed
writing fix
1 parent bb2c293 commit d3b80d6

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
@@ -393,7 +393,7 @@ let
393393
end
394394
save_reactionsystem("serialised_rs.jl", rs)
395395
@test ModelingToolkit.isequal(rs, include("../serialised_rs.jl"))
396-
rm("serialised_rs.jl.jl")
396+
rm("serialised_rs.jl")
397397
end
398398

399399

0 commit comments

Comments
 (0)