Commit 5da4028a authored by Hongchao Deng's avatar Hongchao Deng

etcd3: remove stale comments in test

parent 68a7c2c6
...@@ -143,7 +143,6 @@ func TestDeleteTriggerWatch(t *testing.T) { ...@@ -143,7 +143,6 @@ func TestDeleteTriggerWatch(t *testing.T) {
// TestWatchFromZero tests that // TestWatchFromZero tests that
// - watch from 0 should sync up and grab the object added before // - 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 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) { func TestWatchFromZero(t *testing.T) {
ctx, store, cluster := testSetup(t) ctx, store, cluster := testSetup(t)
defer cluster.Terminate(t) defer cluster.Terminate(t)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment