mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #7885 from luedigernet/fix-TestEvent
Fix watch_test.go TestEvent
This commit is contained in:
commit
af7d051019
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user