@@ -12,6 +12,7 @@ const invalidHacker1 = {
1212 // invalid mongoID
1313 "accountId" : "UtilAccountAccount1_id" ,
1414 // invalid missing school attribute
15+ "degree" : "Undersaduate" ,
1516 "gender" : "Female" ,
1617 "needsBus" : true ,
1718 "application" : {
@@ -31,6 +32,7 @@ const duplicateAccountLinkHacker1 = {
3132 "accountId" : Util . Account . Account1 . _id ,
3233 "status" : "Applied" ,
3334 "school" : "University of Blah" ,
35+ "degree" : "Undergraduate" ,
3436 "gender" : "Male" ,
3537 "needsBus" : true ,
3638 "application" : {
@@ -55,6 +57,7 @@ const duplicateAccountLinkHacker1 = {
5557const newHacker1 = {
5658 "accountId" : Util . Account . generatedAccounts [ 6 ] . _id ,
5759 "school" : "University of ASDF" ,
60+ "degree" : "Masters" ,
5861 "gender" : "Female" ,
5962 "needsBus" : true ,
6063 "application" : {
@@ -79,6 +82,7 @@ const newHacker1 = {
7982const newHacker2 = {
8083 "accountId" : Util . Account . NonConfirmedAccount1 . _id ,
8184 "school" : "University of YIKES" ,
85+ "degree" : "PhD" ,
8286 "gender" : "Female" ,
8387 "needsBus" : true ,
8488 "application" : {
@@ -105,6 +109,7 @@ const HackerA = {
105109 "accountId" : Util . Account . Account1 . _id ,
106110 "status" : "Confirmed" ,
107111 "school" : "University of Blah" ,
112+ "degree" : "Masters" ,
108113 "gender" : "Male" ,
109114 "needsBus" : true ,
110115 "application" : {
@@ -130,6 +135,7 @@ const HackerB = {
130135 "accountId" : Util . Account . Account2 . _id ,
131136 "status" : "Accepted" ,
132137 "school" : "University of Blah1" ,
138+ "degree" : "Masters" ,
133139 "gender" : "Female" ,
134140 "needsBus" : false ,
135141 "application" : {
@@ -156,6 +162,7 @@ const HackerC = {
156162 "accountId" : Util . Account . Hacker3 . _id ,
157163 "status" : "Waitlisted" ,
158164 "school" : "University of Blah1" ,
165+ "degree" : "Masters" ,
159166 "gender" : "Female" ,
160167 "needsBus" : false ,
161168 "application" : {
0 commit comments