diff --git a/TASK.md b/TASK.md index e668d30..575e6ce 100644 --- a/TASK.md +++ b/TASK.md @@ -4,4 +4,5 @@ - [x] Fix flake8 errors across the codebase. - [x] Add loopback link tests for client requests and resource transfer. - [x] Update generator docs to use Python tooling and note post-generation tweaks. +- [x] Update codec Msgpack test to import from reticulum_openapi. diff --git a/tests/test_codec_msgpack.py b/tests/test_codec_msgpack.py index 00e1ff4..63214b5 100644 --- a/tests/test_codec_msgpack.py +++ b/tests/test_codec_msgpack.py @@ -1,7 +1,7 @@ import importlib import pytest -from reticulum_openapi import codec_msgpack as codec +import reticulum_openapi.codec_msgpack as codec def test_basic_integers():