Skip to content

Commit 8abc958

Browse files
authored
Update test_conic.jl
1 parent fadc3ee commit 8abc958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/test_conic.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Opt obj = -11, soln x = 1, y = 0, z = 2
1919
"""
2020
function test_conic_linear_VectorOfVariables(
2121
model::MOI.ModelLike,
22-
config::Config,
23-
)
22+
config::Config{T},
23+
) where {T}
2424
@requires MOI.supports_incremental_interface(model)
2525
@requires MOI.supports(
2626
model,

0 commit comments

Comments
 (0)