mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #11545 from gyuho/fix
clientv3/integration: fix typo in "TestLeasingRevGet"
This commit is contained in:
commit
4fc6fa4ce5
@ -318,7 +318,7 @@ func TestLeasingRevGet(t *testing.T) {
|
||||
t.Fatal(gerr)
|
||||
}
|
||||
if len(getResp.Kvs) != 1 || string(getResp.Kvs[0].Value) != "def" {
|
||||
t.Fatalf(`expected "k"->"abc" at rev=%d, got response %+v`, putResp.Header.Revision, getResp)
|
||||
t.Fatalf(`expected "k"->"def" at rev=%d, got response %+v`, putResp.Header.Revision, getResp)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user