Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Oct 9, 2024
1 parent 9b5daf1 commit 753b9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commcare_connect/opportunity/tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def test_export_user_visit_data(mobile_user_with_connect_link):
username = mobile_user_with_connect_link.username
name = mobile_user_with_connect_link.name

for visit in visits:
print(f"{visit.pk} {visit.visit_date}")
assert visits[0].pk < visits[1].pk
assert visits[1].entity_id == "abc"
assert exporter.export("csv") == (
Expand Down

0 comments on commit 753b9bc

Please sign in to comment.