mvcc: fix watchable store test for 3.2 cherrypick of #9281

This commit is contained in:
Joe Betz
2018-02-07 15:57:34 -08:00
parent e08abbeae4
commit 33633da64c

View File

@@ -310,7 +310,7 @@ func TestWatchRestore(t *testing.T) {
defer cleanup(newStore, newBackend, newPath)
w := newStore.NewWatchStream()
w.Watch(0, testKey, nil, rev-1)
w.Watch(testKey, nil, rev-1)
time.Sleep(delay)