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:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user