Prevent double wrapping directories in MockDirectoryWrapper
This commit is contained in:
parent
e6908de04a
commit
b0b7c917c3
|
@ -111,7 +111,7 @@ public class MockFSDirectoryService extends FsDirectoryService {
|
|||
|
||||
@Override
|
||||
public Directory[] build() throws IOException {
|
||||
return helper.wrapAllInplace(delegateService.build());
|
||||
return delegateService.build();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue