Skip to content

Commit 3874f72

Browse files
committed
minor change
1 parent 2728303 commit 3874f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void testMkdirRecursiveWithExistingFile() throws IOException {
6464
} catch (AssertionError e) {
6565
Assertions
6666
.assertThat(e)
67-
.describedAs("assertion error from testMkdirOverParentFile")
67+
.describedAs("assertion error from testMkdirRecursiveWithExistingFile")
6868
.hasMessageContaining(MKDIR_FILE_PRESENT_ERROR);
6969
}
7070
}

0 commit comments

Comments
 (0)