Skip to content

Commit 2d2f083

Browse files
committed
fix test
1 parent eabe1f8 commit 2d2f083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/print_tree.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ io = IOBuffer()
66
print_tree(io, rc_model)
77
ser = String(take!(io))
88
str =
9-
"""rc_model
9+
"""rc
1010
├─ resistor
1111
│ ├─ p
1212
│ └─ n
@@ -19,4 +19,4 @@ str =
1919
└─ ground
2020
└─ g
2121
"""
22-
@test ser == strip(str)
22+
@test strip(ser) == strip(str)

0 commit comments

Comments
 (0)