Add missing test data for server_test TestRawDelete1 (#163)

This commit is contained in:
FK2469 2020-05-07 11:02:22 -04:00 committed by GitHub
parent a5c29fcf07
commit 08a4067af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ func TestRawDelete1(t *testing.T) {
defer cleanUpTestData(conf)
cf := engine_util.CfDefault
assert.Nil(t, Set(s, cf, []byte{99}, []byte{42}))
req := &kvrpcpb.RawDeleteRequest{
Key: []byte{99},