Skip to content

Commit

Permalink
Small comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-huez authored Aug 20, 2018
1 parent 207715d commit 2a1b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func TestMaxLifeDuration(t *testing.T) {
}
}

//Count should have been 1 as dial function should only have been called once
// Count should have been 1 as dial function should only have been called once
if count > 1 {
t.Errorf("Dial function has been called multiple times")
}
Expand Down

0 comments on commit 2a1b128

Please sign in to comment.