aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-11-15 03:59:20 +0300
committerFrederick Muriuki Muriithi2022-11-15 03:59:20 +0300
commit9aee64c5bccae917ab0e65c882be8f442fc0f5ca (patch)
tree6bfd6302382850d76e4f5718dd60847e46248381
parent1cc7a22107b1cf6de159a843bd1a8af6874d25bf (diff)
downloadgenenetwork3-9aee64c5bccae917ab0e65c882be8f442fc0f5ca.tar.gz
tests: typo: fix migration script file name
-rw-r--r--tests/unit/auth/test_migrations_indexes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/auth/test_migrations_indexes.py b/tests/unit/auth/test_migrations_indexes.py
index bf3cf18..dba0a98 100644
--- a/tests/unit/auth/test_migrations_indexes.py
+++ b/tests/unit/auth/test_migrations_indexes.py
@@ -22,7 +22,7 @@ migrations_tables_and_indexes = (
"idx_tbl_generic_role_privileges_cols_generic_role_id"),
("20221114_03_PtWjc-create-group-roles-table.py", "group_roles",
"idx_tbl_group_roles_cols_group_id"),
- ("20221114_06_VNFqI-create-user-roles-table.py", "user_roles",
+ ("20221114_05_hQun6-create-user-roles-table.py", "user_roles",
"idx_tbl_user_roles_cols_user_id"))
@pytest.mark.unit_test