Skip to content

Commit efcf011

Browse files
committed
Extend test coverage
1 parent cccea36 commit efcf011

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/contrib/test_pydantic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ async def run(self, models: List[MyPydanticModel]) -> List[MyPydanticModel]:
5151
)
5252

5353

54-
async def test_workflow_with_pydantic_model(client: Client):
55-
# Replace data converter in client
54+
async def test_field_conversion(client: Client):
5655
new_config = client.config()
5756
new_config["data_converter"] = pydantic_data_converter
5857
client = Client(**new_config)

0 commit comments

Comments
 (0)