Skip to content

Commit 088674f

Browse files
committed
fix test
1 parent ab8ea4f commit 088674f

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
@@ -133,7 +133,7 @@ end
133133
# @info "read/write/read roundtrip" name
134134
node = read(path, Node)
135135
temp = tempname() * ".xml"
136-
XML.write(temp, node; indent = " ")
136+
XML.write(temp, node)
137137
node2 = read(temp, Node)
138138
@test node == node2
139139

0 commit comments

Comments
 (0)