Skip to content

Commit 1716106

Browse files
authored
test: update small remote_function tests path (#1357)
1 parent 866ba9e commit 1716106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def system_prerelease(session: nox.sessions.Session):
698698
# This would mean that we will only rely on the standard remote function
699699
# tests.
700700
small_remote_function_tests = os.path.join(
701-
small_tests_dir, "test_remote_function.py"
701+
small_tests_dir, "functions", "test_remote_function.py"
702702
)
703703
assert os.path.exists(small_remote_function_tests)
704704

0 commit comments

Comments
 (0)