Skip to content

Commit

Permalink
mvcc: fix watchable store test for 3.2 cherrypick of #9281
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbetz committed Feb 7, 2018
1 parent e08abbe commit 33633da
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 33633da

Please sign in to comment.