mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-25 20:30:30 +08:00
chore: fix test string assert (#392)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
This commit is contained in:
parent
89bed97031
commit
5647091ed4
@ -541,7 +541,7 @@ func TestCommitConflictRace4B(t *testing.T) {
|
||||
})
|
||||
resp := builder.runOneRequest(cmd).(*kvrpcpb.CommitResponse)
|
||||
|
||||
assert.NotNil(t, resp.Error.Retryable)
|
||||
assert.NotEmpty(t, resp.Error.Retryable)
|
||||
assert.Nil(t, resp.RegionError)
|
||||
builder.assertLens(1, 1, 0)
|
||||
builder.assert([]kv{
|
||||
|
Loading…
Reference in New Issue
Block a user