From 737fdec54e85b3b0f4682eafa98b19f60576e585 Mon Sep 17 00:00:00 2001 From: Erik Harding Date: Wed, 13 Dec 2023 14:23:40 +0200 Subject: [PATCH] formatting --- yal/tests/test_endline_terms_and_condition.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yal/tests/test_endline_terms_and_condition.py b/yal/tests/test_endline_terms_and_condition.py index 01cf9248..dcc757e4 100644 --- a/yal/tests/test_endline_terms_and_condition.py +++ b/yal/tests/test_endline_terms_and_condition.py @@ -192,6 +192,7 @@ async def test_state_location_province_endline(tester: AppTester, rapidpro_mock) await tester.user_input("5") tester.assert_state("state_location_area_type_endline") + @pytest.mark.asyncio async def test_state_location_area_type_endline(tester: AppTester, rapidpro_mock): tester.setup_state("state_location_province_endline")