From b89adbd204ad7c9c39f20b19f3a36a955ea12308 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 14 Jan 2019 15:30:33 +0000 Subject: [PATCH] rename mock to memory registry --- hystrix_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hystrix_test.go b/hystrix_test.go index 9fed3ec..34b5782 100644 --- a/hystrix_test.go +++ b/hystrix_test.go @@ -5,7 +5,7 @@ import ( "github.com/afex/hystrix-go/hystrix" "github.com/micro/go-micro/client" - "github.com/micro/go-micro/registry/mock" + "github.com/micro/go-micro/registry/memory" "github.com/micro/go-micro/selector" "context" @@ -13,7 +13,7 @@ import ( func TestBreaker(t *testing.T) { // setup - r := mock.NewRegistry() + r := memory.NewRegistry() s := selector.NewSelector(selector.Registry(r)) c := client.NewClient(