From 9aee64c5bccae917ab0e65c882be8f442fc0f5ca Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 15 Nov 2022 03:59:20 +0300 Subject: tests: typo: fix migration script file name --- tests/unit/auth/test_migrations_indexes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') 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 -- cgit v1.2.3