Skip to content

Commit

Permalink
chore: fix test string assert (talent-plan#392)
Browse files Browse the repository at this point in the history
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
  • Loading branch information
Yiyiyimu authored Jun 30, 2022
1 parent 89bed97 commit 5647091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/transaction/commands4b_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 5647091

Please sign in to comment.