Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Feb 19, 2024
1 parent 058cb63 commit 3ad2920
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ var algos = []struct {
{Name: "Leaky bucket", Algorithm: guber.Algorithm_LEAKY_BUCKET},
}

// runFunc implements goleak.TestingM around a function reference.
//type runFunc func() int
//
//func (f runFunc) Run() int {
// return f()
//}

// Setup and shutdown the mock gubernator cluster for the entire test suite
func TestMain(m *testing.M) {
if err := cluster.StartWith([]guber.PeerInfo{
Expand Down

0 comments on commit 3ad2920

Please sign in to comment.