Skip to content

Commit b29d8c9

Browse files
committed
Fix
1 parent 34b4edf commit b29d8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ function test_interval_promote()
368368
set = S(1.0, π)
369369
@test set isa S{Float64}
370370
@test set.lower == 1.0
371-
@test set.upper == π
371+
@test set.upper π
372372
set = S(big(1), 2)
373373
@test set isa S{BigInt}
374374
@test set.lower == 1

0 commit comments

Comments
 (0)