Skip to content

Commit d93ae01

Browse files
committed
Enabling tests at fs level
1 parent 1dcd6ce commit d93ae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystemStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ public AbfsClient getClient() {
19141914
}
19151915

19161916
@VisibleForTesting
1917-
void setClient(AbfsClient client) {
1917+
public void setClient(AbfsClient client) {
19181918
this.client = client;
19191919
}
19201920

0 commit comments

Comments
 (0)