Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Jan 17, 2024
1 parent 98142ff commit 0d98df0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yal/tests/surveys/test_facebook_invite.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,11 @@ async def test_state_facebook_member_yes_active(tester: AppTester, rapidpro_mock
)
)


@pytest.mark.asyncio
async def test_state_facebook_member_yes_survey_b_only(tester: AppTester, rapidpro_mock):
async def test_state_facebook_member_yes_survey_b_only(
tester: AppTester, rapidpro_mock
):
tester.setup_state("state_facebook_member")
rapidpro_mock.tstate.globals["facebook_survey_status"] = "study_b_only"

Expand Down

0 comments on commit 0d98df0

Please sign in to comment.