Skip to content

Commit

Permalink
fix format / lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaawad24 committed Nov 27, 2024
1 parent 5244cae commit b9694cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def test_assign_site_to_client(db_session):
f"Site with site uuid {site.site_uuid} successfully assigned "
f"to the client {client.client_name}"
)


def test_assign_model_name_to_site(db_session):
"""Test to assign a model name to a site"""
site = make_fake_site(db_session=db_session)
Expand All @@ -357,6 +359,7 @@ def test_assign_model_name_to_site(db_session):

assert site.ml_model.name == "test_model_2"


def test_assign_model_to_site(db_session):
"""Test to assign a model to a site"""
site = make_fake_site(db_session=db_session)
Expand Down

0 comments on commit b9694cf

Please sign in to comment.