Deprecate ListWatchUntil, fix it and call places

This commit is contained in:
Tomas Nozicka
2018-08-03 16:08:28 +02:00
parent 07b8373ab3
commit e434f3189e
4 changed files with 16 additions and 8 deletions

View File

@@ -214,7 +214,7 @@ func TestListWatchUntil(t *testing.T) {
}
timeout := 10 * time.Second
lastEvent, err := ListWatchUntil(timeout, listwatch, conditions...)
lastEvent, err := watchtools.ListWatchUntil(timeout, listwatch, conditions...)
if err != nil {
t.Fatalf("expected nil error, got %#v", err)
}