From 1b16ba0b7091aabb7c2b202f9977792e335d951b Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 29 May 2017 20:50:01 +0900 Subject: [PATCH] fixed address test --- observer/observer_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/observer/observer_test.go b/observer/observer_test.go index 50ca5df..66ffec2 100644 --- a/observer/observer_test.go +++ b/observer/observer_test.go @@ -12,6 +12,8 @@ type Test struct { Id string } + + func TestAddNotifyObserver(t *testing.T) { // others package notify call