Skip to content

Commit

Permalink
Update test/test_variable.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 2, 2023
1 parent 0ffdf02 commit f36a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ function test_variable_ref_type_unsupported()
for F in (Vector{VariableRef}, Vector{Int})
@test_throws(
ErrorException(
"Unable to compute the `variable_ref_type` of the type $F`. If you " *
"Unable to compute the `variable_ref_type` of the type `$F`. If you " *
"are developing a JuMP extension, defined a new method for " *
"`JuMP.variable_ref_type(::Type{$F}`",
),
Expand Down

0 comments on commit f36a48a

Please sign in to comment.