diff --git a/test/UnitTests/moi_wrapper.jl b/test/UnitTests/moi_wrapper.jl index 37af1f77..6da532ee 100644 --- a/test/UnitTests/moi_wrapper.jl +++ b/test/UnitTests/moi_wrapper.jl @@ -8,16 +8,6 @@ const MOI = MathOptInterface const MOIT = MOI.Test const MOIB = MOI.Bridges const MOIU = MOI.Utilities -MOIU.@model(COSMOModelData, - (), - (MOI.EqualTo, MOI.GreaterThan, MOI.LessThan, MOI.Interval), - (MOI.Zeros, MOI.Nonnegatives, MOI.SecondOrderCone, - MOI.PositiveSemidefiniteConeTriangle, MOI.ExponentialCone, MOI.DualExponentialCone), - (MOI.PowerCone, MOI.DualPowerCone), - (), - (MOI.ScalarAffineFunction, MOI.ScalarQuadraticFunction), - (MOI.VectorOfVariables,), - (MOI.VectorAffineFunction,),); struct UnsupportedModelAttribute <: MOI.AbstractModelAttribute end @@ -395,4 +385,4 @@ end end # module -TestCOSMO.runtests() \ No newline at end of file +TestCOSMO.runtests()