Skip to content

Commit 1d5f246

Browse files
author
Revathi Vijayaraghavan
committed
Remove commented out assertions
1 parent 0b42306 commit 1d5f246

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestArnResource.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public void parseAccessPointFromArn() throws IllegalArgumentException {
5858
String partition = testPair[1];
5959

6060
ArnResource resource = getArnResourceFrom(partition, "s3", region, MOCK_ACCOUNT, accessPoint);
61-
// assertEquals(accessPoint, resource.getName(), "Access Point name does not match");
62-
// assertEquals(MOCK_ACCOUNT, resource.getOwnerAccountId(), "Account Id does not match");
63-
// assertEquals(region, resource.getRegion(), "Region does not match");
64-
// assertEquals("s3", resource.getService(), "Service does not match");
61+
assertEquals(accessPoint, resource.getName(), "Access Point name does not match");
62+
assertEquals(MOCK_ACCOUNT, resource.getOwnerAccountId(), "Account Id does not match");
63+
assertEquals(region, resource.getRegion(), "Region does not match");
64+
assertEquals("s3", resource.getService(), "Service does not match");
6565
}
6666
}
6767

0 commit comments

Comments
 (0)