-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1fb5f9
commit 52d9fa6
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ def test_create_conferences(self, client, openreview_client, helpers): | |
'contact_email': '[email protected]', | ||
'Area Chairs (Metareviewers)': 'Yes, our venue has Area Chairs', | ||
'senior_area_chairs': 'Yes, our venue has Senior Area Chairs', | ||
'publication_chairs':'No, our venue does not have Publication Chairs', | ||
'Venue Start Date': '2021/12/01', | ||
'Submission Deadline': due_date.strftime('%Y/%m/%d'), | ||
'abstract_registration_deadline': first_date.strftime('%Y/%m/%d'), | ||
|
@@ -137,6 +138,7 @@ def test_create_conferences(self, client, openreview_client, helpers): | |
'contact_email': '[email protected]', | ||
'Area Chairs (Metareviewers)': 'Yes, our venue has Area Chairs', | ||
'senior_area_chairs': 'Yes, our venue has Senior Area Chairs', | ||
'publication_chairs':'No, our venue does not have Publication Chairs', | ||
'Venue Start Date': '2021/12/01', | ||
'Submission Deadline': due_date.strftime('%Y/%m/%d'), | ||
'abstract_registration_deadline': first_date.strftime('%Y/%m/%d'), | ||
|
@@ -201,6 +203,7 @@ def test_create_conferences(self, client, openreview_client, helpers): | |
'contact_email': '[email protected]', | ||
'Area Chairs (Metareviewers)': 'Yes, our venue has Area Chairs', | ||
'senior_area_chairs': 'Yes, our venue has Senior Area Chairs', | ||
'publication_chairs':'No, our venue does not have Publication Chairs', | ||
'Venue Start Date': '2021/12/01', | ||
'Submission Deadline': due_date.strftime('%Y/%m/%d'), | ||
'abstract_registration_deadline': first_date.strftime('%Y/%m/%d'), | ||
|