Skip to content

Commit cad71d4

Browse files
committed
Rerun Yetus
1 parent 1b6dde0 commit cad71d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemListStatus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ private void testEmptyListingInSubsequentCallInternal(String firstCT,
468468
}
469469
continuationTokenUsed[2] = invocationOnMock.getArgument(3);
470470
return listResponseData3;
471-
}).when(spiedClient).listPath(eq("/testPath"), eq(false), eq(1),
472-
any(), any(TracingContext.class), any());
471+
}).when(spiedClient).listPath(eq("/testPath"), eq(false),
472+
eq(1), any(), any(TracingContext.class), any());
473473

474474
FileStatus[] list = spiedFs.listStatus(new Path("/testPath"));
475475

0 commit comments

Comments
 (0)