Skip to content

Commit 4187b60

Browse files
authored
tests: fix mock
1 parent 6fac83c commit 4187b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc_hdfs/tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def make_hdfs(mocker):
235235
"pyarrow.fs.HadoopFileSystem", FakeHadoopFileSystem, create=True
236236
)
237237

238-
mocker.patch("dvc.fs.HDFSFileSystem._checksum", hadoop_fs_checksum)
238+
mocker.patch("dvc_hdfs.HDFSFileSystem._checksum", hadoop_fs_checksum)
239239

240240
def _make_hdfs():
241241
url = f"hdfs://example.com:12345/{uuid.uuid4()}"

0 commit comments

Comments
 (0)