1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

Address review comments and add more tests

This commit is contained in:
Yuri Shkuro
2017-05-26 22:56:59 -04:00
parent 432e29216b
commit 9225fe9282
13 changed files with 214 additions and 89 deletions

View File

@ -36,7 +36,7 @@ func TestInstancer(t *testing.T) {
}
defer s.Stop()
if state := s.State(); state.Err != nil {
if state := s.cache.State(); state.Err != nil {
t.Fatal(state.Err)
}
}