Skip to content

Commit 2716135

Browse files
committed
Adapt doctest
1 parent 9dadcb0 commit 2716135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serialization/main.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ julia> save("fourtitwo.mrdi", 42; metadata=meta);
642642
julia> read_metadata("fourtitwo.mrdi")
643643
{
644644
"author_orcid": "0000-0000-0000-0042",
645-
"name": "42",
646-
"description": "The meaning of life, the universe and everything"
645+
"description": "The meaning of life, the universe and everything",
646+
"name": "42"
647647
}
648648
649649
julia> load("fourtitwo.mrdi")

0 commit comments

Comments
 (0)