mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
integration: fix govet error in Go tip
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
6a265731e1
commit
a696343a0f
@ -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