diff options
Diffstat (limited to 'test/asf/test_endian.py')
-rw-r--r-- | test/asf/test_endian.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asf/test_endian.py b/test/asf/test_endian.py index 4509ad86133..9caed0efc4a 100644 --- a/test/asf/test_endian.py +++ b/test/asf/test_endian.py @@ -12,13 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -import asfframework +from asfframework import VppAsfTestCase import vpp_papi_provider F64_ONE = 1.0 -class TestEndian(asfframework.VppTestCase): +class TestEndian(VppAsfTestCase): """TestEndian""" def test_f64_endian_value(self): |