Skip to content

Commit cded928

Browse files
committed
Fix doc
1 parent af4bf8e commit cded928

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/submodules/Bridges/implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ julia> MOI.Bridges.runtests(
7979
""",
8080
)
8181
Test Summary: | Pass Total Time
82-
Bridges.runtests | 29 29 0.0s
82+
Bridges.runtests | 30 30 0.0s
8383
```
8484

8585
There are a number of other useful keyword arguments.
@@ -123,5 +123,5 @@ Subject to:
123123
ScalarAffineFunction{Int64}-in-LessThan{Int64}
124124
(0) - (1) x <= (-1)
125125
Test Summary: | Pass Total Time
126-
Bridges.runtests | 29 29 0.0s
126+
Bridges.runtests | 30 30 0.0s
127127
```

src/Bridges/Bridges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ julia> MOI.Bridges.runtests(
283283
end,
284284
)
285285
Test Summary: | Pass Total Time
286-
Bridges.runtests | 32 32 0.8s
286+
Bridges.runtests | 33 33 0.8s
287287
```
288288
"""
289289
function runtests(args...; kwargs...)

0 commit comments

Comments
 (0)