Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Sin <asin@ozon.ru>
  • Loading branch information
Aleksey Sin committed Dec 13, 2019
1 parent c721b9d commit 780cc1d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/store/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ func (c *testClient) String() string {
func (c *testClient) Addr() string {
return "testaddr"
}

func (c *testClient) LabelSetsString() string {
return "test_external_labels"
}

func (c *testClient) StoreType() component.StoreAPI {
return component.Store
}

func TestProxyStore_Info(t *testing.T) {
defer leaktest.CheckTimeout(t, 10*time.Second)()

Expand Down

0 comments on commit 780cc1d

Please sign in to comment.