Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 11, 2024
1 parent cb591ed commit f897dfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databases/tests/test_create_many_and_return.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async def test_create_many_and_return(client: Prisma) -> None:


@pytest.mark.asyncio
@pytest.mark.skip()
async def test_required_relation_key_field(client: Prisma) -> None:
"""Explicitly passing a field used as a foreign key connects the relations"""
user = await client.user.create(
Expand Down

0 comments on commit f897dfd

Please sign in to comment.