diff options
-rwxr-xr-x | core/TestCasesBaseTesting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TestCasesBaseTesting.py b/core/TestCasesBaseTesting.py index 9658e8dc4..fc9c2db60 100755 --- a/core/TestCasesBaseTesting.py +++ b/core/TestCasesBaseTesting.py @@ -4,7 +4,7 @@ import logging import mock import unittest -import TestCasesBase +from functest.core import TestCasesBase class TestCasesBaseTesting(unittest.TestCase): |