mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix review
Signed-off-by: Marcondes Viana <marju10@gmail.com>
This commit is contained in:
parent
a1a2f43f2f
commit
41b1d36bd9
@ -163,7 +163,8 @@ func TestCheckTxnAuth(t *testing.T) {
|
||||
txnRequest: &pb.TxnRequest{
|
||||
Compare: []*pb.Compare{
|
||||
{
|
||||
Key: []byte("boo"),
|
||||
Key: []byte("boo"),
|
||||
RangeEnd: []byte("zoo"),
|
||||
},
|
||||
},
|
||||
Success: []*pb.RequestOp{},
|
||||
@ -175,7 +176,8 @@ func TestCheckTxnAuth(t *testing.T) {
|
||||
txnRequest: &pb.TxnRequest{
|
||||
Compare: []*pb.Compare{
|
||||
{
|
||||
Key: []byte("foo"),
|
||||
Key: []byte("foo"),
|
||||
RangeEnd: []byte("zoo"),
|
||||
},
|
||||
},
|
||||
Success: []*pb.RequestOp{},
|
||||
|
Loading…
x
Reference in New Issue
Block a user