mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #9273 from gyuho/aaa
integration: fix govet error in Go tip
This commit is contained in:
commit
50d91036a8
@ -91,7 +91,7 @@ func TestMetricDbSizeDefrag(t *testing.T) {
|
||||
}
|
||||
|
||||
// Put to move PendingPages to FreePages
|
||||
if _, err := kvc.Put(context.TODO(), putreq); err != nil {
|
||||
if _, err = kvc.Put(context.TODO(), putreq); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
|
Loading…
x
Reference in New Issue
Block a user