Skip to content

Commit

Permalink
Updated registration sheet tests to check for waitlist header
Browse files Browse the repository at this point in the history
  • Loading branch information
NamanSatish committed Dec 19, 2023
1 parent d5fe61a commit 816de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huxley/core/tests/admin/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_preference_export(self):
"Invoice Sent", "Payment Type",
"Country 1", "Country 2", "Country 3", "Country 4", "Country 5",
"Country 6", "Country 7", "Country 8", "Country 9", "Country 10",
"Committee Preferences", "Registration Comments"
"Committee Preferences", "Registration Comments", "Waitlisted"
]

fields_csv = ",".join(map(str, header)) + "\r\n"
Expand Down

0 comments on commit 816de35

Please sign in to comment.