Skip to content

Commit

Permalink
Overlooked a * when making the original commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Aug 6, 2019
1 parent 452f9d8 commit 4ce3ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientconn_test.go
Expand Up @@ -679,7 +679,7 @@ func (s) TestWithConnectParams(t *testing.T) {
testBackoffStrategySet(t, expected, WithConnectParams(crt))
}

func testBackoffStrategySet(t *testing.T, expected *backoff.Strategy, opts ...DialOption) {
func testBackoffStrategySet(t *testing.T, expected backoff.Strategy, opts ...DialOption) {
opts = append(opts, WithInsecure())
conn, err := Dial("passthrough:///foo:80", opts...)
if err != nil {
Expand Down

0 comments on commit 4ce3ef2

Please sign in to comment.