From 5da4028aff242a6d9dca884685bf5d2335bb3c74 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Fri, 11 Nov 2016 00:06:53 -0800 Subject: [PATCH] etcd3: remove stale comments in test --- pkg/storage/etcd3/watcher_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/storage/etcd3/watcher_test.go b/pkg/storage/etcd3/watcher_test.go index b7e9f785dc2..2581fbbf120 100644 --- a/pkg/storage/etcd3/watcher_test.go +++ b/pkg/storage/etcd3/watcher_test.go @@ -143,7 +143,6 @@ func TestDeleteTriggerWatch(t *testing.T) { // TestWatchFromZero tests that // - watch from 0 should sync up and grab the object added before // - watch from 0 is able to return events for objects whose previous version has been compacted -// - watch from non-0 should just watch changes after given version func TestWatchFromZero(t *testing.T) { ctx, store, cluster := testSetup(t) defer cluster.Terminate(t)