Skip to content

Commit dc15d66

Browse files
committed
updated tests
1 parent 4632a71 commit dc15d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/display_tests/display.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ setprecision(Interval, Float64)
172172
@test string(X) == "[1.09999, 1.20001] × [2.09999, 2.20001]"
173173

174174
X = IntervalBox(-Inf..Inf, -Inf..Inf)
175-
@test string(X) == "[-∞, ∞] × [-∞, ∞]"
175+
@test string(X) == "[-∞, ∞]²"
176176

177177
setformat(:full)
178-
@test string(X) == "IntervalBox(Interval(-Inf, Inf), Interval(-Inf, Inf))"
178+
@test string(X) == "Interval(-Inf, Inf)²"
179179

180180
end
181181
end

0 commit comments

Comments
 (0)