Skip to content

Commit

Permalink
remove not delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 7, 2024
1 parent 097f63a commit 989100e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/base_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def db_insert_temp_object(

finally:
try:
if False and session.object_session(obj):
if session.object_session(obj):
session.delete(obj)
session.commit()
except InvalidRequestError as e:
Expand Down

0 comments on commit 989100e

Please sign in to comment.