Skip to content

Commit 872be10

Browse files
committed
fix unit test path to runtime/rocm file
1 parent 101c47c commit 872be10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_files_that_should_be_same_are_same(subtests: pytest_subtests.plugin.Sub
3434
file_groups = {
3535
"ROCm de-vendor script": [
3636
PROJECT_ROOT / "jupyter/rocm/pytorch/ubi9-python-3.11/de-vendor-torch.sh",
37-
PROJECT_ROOT / "runtimes/rocm-pytorch/ubi9-python-3.11/de-vendor-torch.sh",
37+
PROJECT_ROOT / "runtime/rocm/pytorch/ubi9-python-3.11/de-vendor-torch.sh",
3838
]
3939
}
4040
for group_name, (first_file, *rest) in file_groups.items():

0 commit comments

Comments
 (0)