Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Feb 5, 2024
1 parent 2ce9eb9 commit fad1ae0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions yal/tests/test_change_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,18 +682,14 @@ async def test_state_update_bot_emoji_no_emoji(tester: AppTester, rapidpro_mock)

@pytest.mark.asyncio
async def test_state_update_location_confirm(tester: AppTester, google_api_mock):
print(">>> start")
print(tester.user.metadata)
tester.setup_state("state_update_location")
print(tester.user.metadata)

await tester.user_input(
"test location",
transport_metadata={
"message": {"location": {"longitude": 12.34, "latitude": 56.78}}
},
)
print(tester.user.metadata)
tester.assert_state("state_update_location_confirm")

tester.assert_metadata("new_latitude", 56.78)
Expand Down

0 comments on commit fad1ae0

Please sign in to comment.