HDFS-14868. RBF: Fix typo in TestRouterQuota. Contributed by Jinglun.

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
Wei-Chiu Chuang 2019-09-24 09:38:36 -07:00
parent 91f50b98ca
commit 43203b466d
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class TestRouterQuota {
}
@Test
public void testStorageSpaceQuotaaExceed() throws Exception {
public void testStorageSpaceQuotaExceed() throws Exception {
long ssQuota = 3071;
final FileSystem nnFs1 = nnContext1.getFileSystem();
final FileSystem nnFs2 = nnContext2.getFileSystem();