fix review

Signed-off-by: Marcondes Viana <marju10@gmail.com>
This commit is contained in:
Marcondes Viana 2023-04-16 17:44:40 -03:00
parent a1a2f43f2f
commit 41b1d36bd9

View File

@ -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{},