mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
etcd3: remove stale comments in test
This commit is contained in:
parent
68a7c2c6b5
commit
5da4028aff
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue