We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac83c commit 4187b60Copy full SHA for 4187b60
dvc_hdfs/tests/fixtures.py
@@ -235,7 +235,7 @@ def make_hdfs(mocker):
235
"pyarrow.fs.HadoopFileSystem", FakeHadoopFileSystem, create=True
236
)
237
238
- mocker.patch("dvc.fs.HDFSFileSystem._checksum", hadoop_fs_checksum)
+ mocker.patch("dvc_hdfs.HDFSFileSystem._checksum", hadoop_fs_checksum)
239
240
def _make_hdfs():
241
url = f"hdfs://example.com:12345/{uuid.uuid4()}"
0 commit comments