From 78525d6849c4dc00f87771acd049186aaa913af6 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 --- gobreaker_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gobreaker_test.go b/gobreaker_test.go index 0405a59..824c816 100644 --- a/gobreaker_test.go +++ b/gobreaker_test.go @@ -4,7 +4,7 @@ import ( "testing" "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" "github.com/sony/gobreaker" @@ -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(