Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Oct 11, 2023
1 parent 4fe240b commit e08b734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_init_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def test_with_db_changes(mc: MerginClient, db_connection):


def test_missing_table(mc: MerginClient, db_connection):
"""Test that if the schema is missing in DB the sync init raises correct DbSyncError"""
project_name = "test_db_missing_table"
project_full_name = complete_project_name(project_name)
project_dir = name_project_dir(project_name)
Expand Down

0 comments on commit e08b734

Please sign in to comment.