Skip to content

Commit df225b9

Browse files
committed
Fix test
1 parent 024e444 commit df225b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/display_tests/display.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let x, b
6666
end
6767

6868
@testset "Interval{Rational{T}}" begin
69-
a = Interval{Rational{Int64}}(1//3, 5//4)
69+
a = interval(Rational{Int64}, 1//3, 5//4)
7070
@test typeof(a) == Interval{Rational{Int}}
7171

7272
setformat(:standard)

0 commit comments

Comments
 (0)