move the tests for agenton_collections

This commit is contained in:
盐粒 Yanli 2026-04-29 20:30:47 +08:00
parent 2ea227f3c0
commit 66e245aa8d
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import asyncio
import pytest
from pydantic_ai import Tool
from agenton_collections.plain import DynamicToolsLayer, ObjectLayer, with_object
from agenton_collections.layers.plain import DynamicToolsLayer, ObjectLayer, with_object
class Profile: