mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-26 12:50:11 +08:00
Add missing test data for server_test TestRawDelete1 (#163)
This commit is contained in:
parent
a5c29fcf07
commit
08a4067af7
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user