Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Aug 24, 2023
1 parent b2339a1 commit dd67203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,11 @@ def create_table(s):
"""
% table_name
)

pool.retry_operation_sync(create_table)
return table_name


@pytest.fixture()
def column_table_path(database, column_table_name) -> str:
return database + "/" + column_table_name
Expand Down

0 comments on commit dd67203

Please sign in to comment.