Skip to content

Commit 199ad4d

Browse files
committed
Fix python tests
1 parent f9723f2 commit 199ad4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def minidfs():
88
[
99
"mvn",
1010
"-f",
11-
"../crates/hdfs-native/minidfs",
11+
"../rust/minidfs",
1212
"--quiet",
1313
"clean",
1414
"compile",

0 commit comments

Comments
 (0)