Skip to content

Commit

Permalink
Match Ginkgo signature for By
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Apr 3, 2024
1 parent c7467e1 commit cd623af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/submariner-io/admiral v0.18.0-m2
github.com/submariner-io/cloud-prepare v0.18.0-m2
github.com/submariner-io/lighthouse v0.18.0-m2
github.com/submariner-io/shipyard v0.18.0-m2
github.com/submariner-io/shipyard v0.18.0-m2.0.20240403135726-72fb58b5be3e
github.com/submariner-io/submariner v0.18.0-m2
github.com/submariner-io/submariner-operator v0.18.0-m2
github.com/uw-labs/lichen v0.1.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ github.com/submariner-io/cloud-prepare v0.18.0-m2 h1:7FvC7GoqJW9nbquTxtwHiIEqTi8
github.com/submariner-io/cloud-prepare v0.18.0-m2/go.mod h1:P7EIFEuwc4Tcly9wyP0xqILuZGqD8Mnn+nWZzyvL7Lk=
github.com/submariner-io/lighthouse v0.18.0-m2 h1:ypaJJXZIiIZMqjLX1xL7gGETTw0dOG6hFfK5jMihzpw=
github.com/submariner-io/lighthouse v0.18.0-m2/go.mod h1:i/6xoWytkX7W0N6ixS9J12zsoFTRo47aIuVb2R2oXTw=
github.com/submariner-io/shipyard v0.18.0-m2 h1:9jnyioyAvotl6GMb/6gHAFoEcOFmjR0ixUl4AqzJGiA=
github.com/submariner-io/shipyard v0.18.0-m2/go.mod h1:gqN3jA+kUYv1CDS95Wopfj8vXCfBJmL/NupebzB8KBc=
github.com/submariner-io/shipyard v0.18.0-m2.0.20240403135726-72fb58b5be3e h1:F60f0Sl2KfLNNI3iFARHC/cFeqZ699tC4f1TWWLQt20=
github.com/submariner-io/shipyard v0.18.0-m2.0.20240403135726-72fb58b5be3e/go.mod h1:gqN3jA+kUYv1CDS95Wopfj8vXCfBJmL/NupebzB8KBc=
github.com/submariner-io/submariner v0.18.0-m2 h1:ATJTYn9eNJ2cW7+nz4Jsox2OWQrGYygOI4Wotko9cvE=
github.com/submariner-io/submariner v0.18.0-m2/go.mod h1:QO0gVrQFAtcwnBrekJus5Cf7bM8SOoq2FtUCgKWwtRk=
github.com/submariner-io/submariner-operator v0.18.0-m2 h1:kZ4lrVqLHjW08DhV3AYu3O7UeOlSa9GVE1oUdXj45Jo=
Expand Down
2 changes: 1 addition & 1 deletion internal/benchmark/throughput.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func StartThroughputTests(intraCluster, verbose bool) error {

func initFramework(baseName string, verbose bool) *framework.Framework {
f := framework.NewBareFramework(baseName)
framework.SetStatusFunction(func(str string) {
framework.SetStatusFunction(func(str string, _ ...func()) {
if verbose {
fmt.Println(str)
}
Expand Down

0 comments on commit cd623af

Please sign in to comment.