Skip to content

Commit

Permalink
clientv3: fix go1.8 go fmt warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Romano committed Apr 3, 2017
1 parent e56e430 commit a014910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientv3/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ func TestDialTimeout(t *testing.T) {
defer testutil.AfterTest(t)

testCfgs := []Config{
Config{
{
Endpoints: []string{"http://254.0.0.1:12345"},
DialTimeout: 2 * time.Second,
},
Config{
{
Endpoints: []string{"http://254.0.0.1:12345"},
DialTimeout: time.Second,
Username: "abc",
Expand Down

0 comments on commit a014910

Please sign in to comment.