Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Jan 29, 2024
1 parent 8af91ff commit 4369d34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions guillotina/tests/test_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ async def test_deserialize_datetime(dummy_guillotina):
converted = schema_compatible(now.isoformat(), ITestSchema["datetime"])
assert converted.minute == now.minute

async def test_deserialize_time(dummy_guillotina):
now = time.fromisoformat("10:00:00")
converted = schema_compatible(now, ITestSchema["time"])
assert converted.minute == now.minute


async def test_deserialize_time(dummy_guillotina):
now = time.fromisoformat("10:00:00")
Expand Down

0 comments on commit 4369d34

Please sign in to comment.