Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Jan 12, 2021
1 parent 2468037 commit 4561224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Doc.ai and/or its affiliates.
// Copyright (c) 2020-2021 Doc.ai and/or its affiliates.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand Down Expand Up @@ -248,7 +248,6 @@ func (t *RegistryTestSuite) TestNetworkServiceEndpointRegistrationExpiration() {
list = registry.ReadNetworkServiceEndpointList(stream)
return len(list) == 0
}, time.Until(result.GetExpirationTime().AsTime())+time.Second*5, time.Millisecond*100)

}

func (t *RegistryTestSuite) TestNetworkServiceEndpointClientRefreshingTime() {
Expand Down

0 comments on commit 4561224

Please sign in to comment.