Skip to content

Commit

Permalink
Update all contest configs with blankSubmission attr
Browse files Browse the repository at this point in the history
  • Loading branch information
av-alexander committed Jul 18, 2022
1 parent 41acb7e commit 7a1ec6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/construct_contest_envelopes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const contestOne: ContestConfig = {
markingType: {
minMarks: 1,
maxMarks: 1,
blankSubmission: "disabled",
encoding: {
codeSize: 1,
maxSize: 1,
Expand Down
1 change: 1 addition & 0 deletions test/decrypt_contest_selections.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const bigContest: ContestConfig = {
markingType: {
minMarks: 1,
maxMarks: 1,
blankSubmission: "disabled",
encoding: {
codeSize: 1,
maxSize: 41,
Expand Down
2 changes: 2 additions & 0 deletions test/encrypt_contest_selections.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const contestOne: ContestConfig = {
markingType: {
minMarks: 1,
maxMarks: 1,
blankSubmission: "disabled",
encoding: {
codeSize: 1,
maxSize: 1,
Expand Down Expand Up @@ -67,6 +68,7 @@ describe('encryptContestSelections', () => {
markingType: {
minMarks: 1,
maxMarks: 1,
blankSubmission: "disabled",
encoding: {
codeSize: 1,
maxSize: 41,
Expand Down
2 changes: 2 additions & 0 deletions test/replies/otp_flow/get_us_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"markingType": {
"minMarks": 1,
"maxMarks": 1,
"blankSubmission": "disabled",
"encoding": {
"codeSize": 1,
"maxSize": 1,
Expand Down Expand Up @@ -73,6 +74,7 @@
"markingType": {
"minMarks": 1,
"maxMarks": 1,
"blankSubmission": "disabled",
"encoding": {
"codeSize": 1,
"maxSize": 1,
Expand Down

0 comments on commit 7a1ec6c

Please sign in to comment.