Merge pull request #7 from birdstorm/fix-lock-resolver-test

Fix LockResolverTest
This commit is contained in:
Huachao Huang 2018-12-07 16:26:40 +08:00 committed by GitHub
commit 1669051914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ public class LockResolverTest {
resp -> resp.hasRegionError() ? resp.getRegionError() : null);
CommitResponse resp =
client.lockResolverClient.callWithRetry(
client.callWithRetry(
backOffer, TikvGrpc.METHOD_KV_COMMIT, factory, handler);
if (resp.hasRegionError()) {