From 6d5f51e9e3e24ad60fc160dc940c1d9ce209fd6d Mon Sep 17 00:00:00 2001 From: odow Date: Wed, 30 Oct 2024 16:14:52 +1300 Subject: [PATCH] Fix --- test/Utilities/copy.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Utilities/copy.jl b/test/Utilities/copy.jl index b51624c51f..7d14f1b399 100644 --- a/test/Utilities/copy.jl +++ b/test/Utilities/copy.jl @@ -753,7 +753,7 @@ end function MOI.supports_constraint( ::BoundModel, ::Type{MOI.VariableIndex}, - ::MOI.LessThan{Float64}, + ::Type{MOI.LessThan{Float64}}, ) return true end