Skip to content

Commit

Permalink
🤖🧹 reformat Python files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados authored and actions-user committed Aug 15, 2024
1 parent cf298e4 commit 971b8ad
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
from CreeDictionary.morphodict.orthography import ORTHOGRAPHY


@pytest.mark.parametrize("orth", ["Cans", "Latn", "Latn-x-macron","Latn-y", "Latn-x-macron-y"])
@pytest.mark.parametrize(
"orth", ["Cans", "Latn", "Latn-x-macron", "Latn-y", "Latn-x-macron-y"]
)
def test_can_set_orth_cookie(orth, client, change_orth_url):
"""
Test that POSTing to the URL actually sets the orthography.
Expand Down

0 comments on commit 971b8ad

Please sign in to comment.