diff --git a/clientv3/watch_test.go b/clientv3/watch_test.go index 448bfd814..8d3380522 100644 --- a/clientv3/watch_test.go +++ b/clientv3/watch_test.go @@ -42,7 +42,7 @@ func TestEvent(t *testing.T) { ModRevision: 4, }, }, - isModify: false, + isModify: true, }} for i, tt := range tests { if tt.isCreate && !tt.ev.IsCreate() {