HBASE-27690 Fix a misspell in TestRegionStateStore (#5090)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
tianhang 2023-03-08 23:23:50 +08:00 committed by GitHub
parent 13e11a46c6
commit 8bdabed85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class TestRegionStateStore {
assertNull(serverCellA);
assertNull(startCodeCellA);
Get get2 = new Get(splitA.getRegionName());
Get get2 = new Get(splitB.getRegionName());
Result resultB = meta.get(get2);
Cell serverCellB = resultB.getColumnLatestCell(HConstants.CATALOG_FAMILY,
CatalogFamilyFormat.getServerColumn(splitB.getReplicaId()));