From dff3ddc9879ce43f85a72fe694b15420c5f6ea7f Mon Sep 17 00:00:00 2001 From: fbanados Date: Sat, 15 Jun 2024 00:58:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A7=B9=20reformat=20Python=20?= =?UTF-8?q?files=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CreeDictionary/tests/API_tests/model_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CreeDictionary/tests/API_tests/model_test.py b/src/CreeDictionary/tests/API_tests/model_test.py index 9b6176749..03ed5839c 100644 --- a/src/CreeDictionary/tests/API_tests/model_test.py +++ b/src/CreeDictionary/tests/API_tests/model_test.py @@ -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): """