Skip to content

Commit

Permalink
mvcc: fix watchable store test for 3.2 cherrypick of etcd-io#9281
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbetz committed Mar 8, 2018
1 parent b6373f1 commit 087b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvcc/watchable_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 087b9aa

Please sign in to comment.