Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jan 27, 2025
1 parent 27f464d commit d81f18e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def setup_database(self) -> None:
connection.autocommit = True
self.cursor = connection.cursor()
for file_name in [
'0_extensions',
'1_structure',
'2_data_model',
'3_data_web',
'4_data_type',
'data_test']:
'0_extensions',
'1_structure',
'2_data_model',
'3_data_web',
'4_data_type',
'data_test']:
with open(
Path(app.root_path).parent / 'install' /
f'{file_name}.sql', encoding='utf8') as sql_file:
Expand Down

0 comments on commit d81f18e

Please sign in to comment.