Skip to content

Commit c80df45

Browse files
committed
Fixes tests.integration.test_integration_bundle_run TestBundleRun.test_scripts_fold
1 parent 4b07a2d commit c80df45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_integration_bundle_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_scripts_fold(self):
104104
{
105105
"imports": ["$import scripts"],
106106
"trainer": {
107-
"_target_": "tests.test_integration_bundle_run._Runnable43",
107+
"_target_": "tests.integration.test_integration_bundle_run._Runnable43",
108108
"func": "$scripts.tiny_test",
109109
},
110110
# keep this test case to cover the "run_id" arg

0 commit comments

Comments
 (0)