Skip to content

Commit

Permalink
FIX: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchitector committed Aug 4, 2021
1 parent 58444d9 commit 08eb82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def adapter():
},
"apps": {"my_app": {"models": ["casbin_tortoise_adapter"]}},
},
# _create_db=True,
_create_db=True,
)
await Tortoise.generate_schemas()

Expand Down

0 comments on commit 08eb82b

Please sign in to comment.