From ca6f2641953e714ab42b44cdc89f865203bd9fe5 Mon Sep 17 00:00:00 2001 From: Corvo <60719165+brothercorvo@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:21:58 -0300 Subject: [PATCH] test: adjust codec msgpack import --- TASK.md | 1 + tests/test_codec_msgpack.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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():