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 Jun 15, 2024
1 parent 682eff7 commit dff3ddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CreeDictionary/tests/API_tests/model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ def test_search_results_order(query: str, top_result: str, later_result: str):
), f"{top_result} did not come before {later_result}"


@pytest.mark.skip(reason="New FSTs do not fail on this situation. Note this skip may reintroduce regressions. If that happens we'll get a replacement test case.")
@pytest.mark.skip(
reason="New FSTs do not fail on this situation. Note this skip may reintroduce regressions. If that happens we'll get a replacement test case."
)
@pytest.mark.django_db
def test_logs_error_on_analyzable_result_without_generated_string(caplog):
"""
Expand Down

0 comments on commit dff3ddc

Please sign in to comment.