Skip to content

Commit

Permalink
Merge pull request #832 from bmun/registration73
Browse files Browse the repository at this point in the history
Update registration information for BMUN 73
  • Loading branch information
tedkim7 authored Sep 15, 2024
2 parents 6019e16 + 941a408 commit 4bb596a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions huxley/api/tests/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class RegisterTestCase(tests.CreateAPITestCase):
},
},
'registration': {
'conference': 72,
'conference': 73,
'num_beginner_delegates': 1,
'num_intermediate_delegates': 0,
'num_advanced_delegates': 0,
Expand Down Expand Up @@ -203,7 +203,7 @@ def test_reg_invalid(self):
'''It does not create User and School model instances on an invalid
input for Registration and valid inputs for User and School.'''
params = self.get_params(registration={
'conference': '72',
'conference': '73',
'num_beginner_delegates': 1,
'num_intermediate_delegates': 0,
'num_advanced_delegates': 0,
Expand Down
2 changes: 1 addition & 1 deletion huxley/core/fixtures/conference.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pk": 1,
"model": "core.conference",
"fields": {
"session": 72,
"session": 73,
"start_date": "2020-03-06",
"end_date": "2020-03-08",
"reg_open": "2019-09-01",
Expand Down
2 changes: 1 addition & 1 deletion huxley/settings/conference.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2011-2022 Berkeley Model United Nations. All rights reserved.
# Use of this source code is governed by a BSD License (see LICENSE).
SESSION = 72
SESSION = 73

0 comments on commit 4bb596a

Please sign in to comment.