Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschuppi81 committed Jul 5, 2024
1 parent a062adf commit 6315e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onegov/org/test_views_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_with_people(client):
assert edit_page.form['people_' + ming.id.hex + '_function'].value == ''


def test_people_view_organization_fiter(client):
def test_people_view_organisation_fiter(client):
org_1 = 'The Nexus'
sub_org_11 = 'Nexus Innovators'
sub_org_12 = 'Nexus Guardians'
Expand Down

0 comments on commit 6315e31

Please sign in to comment.