Skip to content

Commit

Permalink
Merge branch 'dev' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Jul 5, 2024
2 parents 2fdcb59 + 07ebe67 commit 149987e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions server/test/services/FroshServices.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ describe('FroshServices', () => {
emergencyContactRelationship: 'test',
emergencyContactNumber: '000-000-0000',
attendingScunt: true,
summerLocationCity: 'Toronto',
summerLocationCountry: 'Canada',
summerLocationQuery: true,
photograph: true,
froshGroup: 'alpha',
froshGroupIcon: 'α',
Expand Down
21 changes: 7 additions & 14 deletions server/test/services/PaymentServices.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'test',
isRegistered: false,
Expand Down Expand Up @@ -84,8 +83,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'test',
isRegistered: true,
Expand Down Expand Up @@ -129,8 +127,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'none',
isRegistered: false,
Expand Down Expand Up @@ -167,8 +164,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'none',
isRegistered: false,
Expand Down Expand Up @@ -208,8 +204,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'none',
isRegistered: false,
Expand Down Expand Up @@ -241,8 +236,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'none',
isRegistered: false,
Expand Down Expand Up @@ -279,8 +273,7 @@ describe('PaymentServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'none',
isRegistered: false,
Expand Down
3 changes: 1 addition & 2 deletions server/test/services/ScuntTeamServices.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,7 @@ describe('ScuntTeamServices', () => {
emergencyContactNumber: 'test',
bursaryRequested: false,
attendingScunt: true,
summerLocationCity: 'test',
summerLocationCountry: 'test',
summerLocationQuery: true,
photograph: true,
froshGroup: 'test',
isRegistered: true,
Expand Down

0 comments on commit 149987e

Please sign in to comment.