Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
jdavcs and davelopez authored Oct 31, 2024
1 parent 16f1d3f commit 4a7eb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/data/model/db/test_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_get_roles_by_ids(session, make_role):
have_same_elements(roles2, expected)


def test_get_falid_roles_case1(session, make_user_and_role, make_user, make_role, make_user_role_association):
def test_get_valid_roles_case1(session, make_user_and_role, make_user, make_role, make_user_role_association):
# Make 3 users with private roles
(
u1,
Expand Down

0 comments on commit 4a7eb0a

Please sign in to comment.