Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Dec 15, 2024
1 parent e30bbcd commit f118ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commcare_connect/opportunity/tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def test_export_user_visit_data(mobile_user_with_connect_link):

assert exporter.export("csv") == (
"Visit ID,Visit date,Status,Username,Name of User,Unit Name,Rejected Reason,"
"Entity ID,Entity Name,Flags,form.name,form.group.q\r\n"
f",{date1.isoformat()},Pending,{username},{name},{deliver_unit.name},,,,,test_form1,\r\n"
f",{date2.isoformat()},Pending,{username},{name},{deliver_unit.name},,abc,A B C,,test_form2,b\r\n"
"Duration,Entity ID,Entity Name,Flags,form.name,form.group.q\r\n"
f",{date1.isoformat()},Pending,{username},{name},{deliver_unit.name},,,,,,test_form1,\r\n"
f",{date2.isoformat()},Pending,{username},{name},{deliver_unit.name},,,abc,A B C,,test_form2,b\r\n"
)


Expand Down

0 comments on commit f118ceb

Please sign in to comment.