Skip to content

Commit

Permalink
Update src/Bridges/bridge.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 29, 2023
1 parent dd1fbc2 commit a6b663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/bridge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function MOI.get(
attr::MOI.AbstractConstraintAttribute,
bridge::AbstractBridge,
)
message = _attribute_error_message(attr, typepof(bridge), "accessing")
message = _attribute_error_message(attr, typeof(bridge), "accessing")
return throw(ArgumentError(message))

Check warning on line 149 in src/Bridges/bridge.jl

View check run for this annotation

Codecov / codecov/patch

src/Bridges/bridge.jl#L148-L149

Added lines #L148 - L149 were not covered by tests
end

Expand Down

0 comments on commit a6b663b

Please sign in to comment.