Skip to content

Commit 41b223e

Browse files
committed
HBASE-30400: Fix typo in TestCopyTable.tsetLoadingSnapshotToMobTable() unit test
Change-Id: I92f8ad173e8e31f0504b34cc549f35fd48e4759f
1 parent 05588bd commit 41b223e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestCopyTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public void testLoadingTtlExpiredSnapshotToTable() throws Exception {
244244
}
245245

246246
@Test
247-
public void tsetLoadingSnapshotToMobTable() throws Exception {
247+
public void testLoadingSnapshotToMobTable() throws Exception {
248248
testCopyTableBySnapshot("testLoadingSnapshotToMobTable", false, true);
249249
}
250250

0 commit comments

Comments
 (0)