Skip to content

Commit d3cda6c

Browse files
chore: code quality updates
1 parent 60f1215 commit d3cda6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/backend/common/database/test_database_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ async def get_team_agent(self, team_id, agent_name): return None
500500
# Raise an exception to test cleanup
501501
raise ValueError("Test exception")
502502

503-
# Even with exception, close should have been called
504-
assert database.closed is True
503+
# Even with exception, close should have been called
504+
assert database.closed is True
505505

506506

507507
class TestDatabaseBaseInheritance:

0 commit comments

Comments
 (0)