Skip to content

Commit 17a9d14

Browse files
committed
minor
1 parent a2ee214 commit 17a9d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/postgres-database/tests/test_utils_tags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
from simcore_postgres_database.models.tags_to_groups import tags_to_groups
1515
from simcore_postgres_database.models.users import UserRole, UserStatus
1616
from simcore_postgres_database.tags_sql import (
17+
add_tag_to_project_stmt,
1718
create_tag_stmt,
1819
delete_tag_stmt,
1920
get_tag_stmt,
2021
get_tags_for_project_stmt,
2122
get_tags_for_services_stmt,
2223
set_tag_access_rights_stmt,
23-
set_tag_to_project_stmt,
2424
update_tag_stmt,
2525
)
2626
from simcore_postgres_database.utils import as_postgres_sql_query_str
@@ -592,7 +592,7 @@ def _check(func_smt, **kwargs):
592592
)
593593

594594
_check(
595-
set_tag_to_project_stmt,
595+
add_tag_to_project_stmt,
596596
project_index=project_index,
597597
tag_id=tag_id,
598598
)

0 commit comments

Comments
 (0)