Skip to content

Commit

Permalink
Merge pull request #7885 from luedigernet/fix-TestEvent
Browse files Browse the repository at this point in the history
Fix watch_test.go TestEvent
  • Loading branch information
xiang90 authored May 6, 2017
2 parents db6f45e + 8b081ce commit af7d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientv3/watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit af7d051

Please sign in to comment.