Skip to content

Commit 7c20f52

Browse files
authored
Update results.jl
1 parent 0f831a7 commit 7c20f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Utilities/results.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ function runtests()
2121
return
2222
end
2323

24-
test_hyperrectangle_Int = _test_hyperrectangle(Int)
24+
test_hyperrectangle_Int() = _test_hyperrectangle(Int)
2525

26-
test_hyperrectangle_Float64 = _test_hyperrectangle(Float64)
26+
test_hyperrectangle_Float64() = _test_hyperrectangle(Float64)
2727

2828
function _test_hyperrectangle(T)
2929
model = MOI.Utilities.MockOptimizer(

0 commit comments

Comments
 (0)