mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #4561 from heyitsanthony/gotip-shadow
integration: fix go vet -shadow error
This commit is contained in:
commit
c9d233d69a
@ -188,7 +188,8 @@ func TestV3WatchFromCurrentRevision(t *testing.T) {
|
||||
t.Fatalf("#%d: wAPI.Watch error: %v", i, err)
|
||||
}
|
||||
|
||||
if err := wStream.Send(tt.watchRequest); err != nil {
|
||||
err = wStream.Send(tt.watchRequest)
|
||||
if err != nil {
|
||||
t.Fatalf("#%d: wStream.Send error: %v", i, err)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user