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 May 16, 2019
1 parent d6bf849 commit c91f663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientconn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,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 c91f663

Please sign in to comment.