Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Oct 29, 2024
1 parent 09a7181 commit aa88898
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ def test_up_and_down_migrations(
assert not index.unique
del index

index = indexes.pop("ix_project_sessions_session_user", None)
assert index is not None
assert not index.unique
del index

assert not indexes
del indexes

Expand Down

0 comments on commit aa88898

Please sign in to comment.