Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit edf3344

Browse files
authored
update TestListInference to TestPythonListInference to move it to python test run (#1229)
1 parent fcc4735 commit edf3344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/python_model_tests/test_list_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from tests.functional.python_model_tests import files
1616

1717

18-
class TestListInference:
18+
class TestPythonListInference:
1919
@pytest.fixture(scope="class")
2020
def models(self):
2121
return {

0 commit comments

Comments
 (0)