Skip to content

Commit 63cd007

Browse files
committed
CCM-9692: typo
1 parent 114b175 commit 63cd007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/helpers/use-cases/simulate-passed-virus-scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class SimulatePassedValidation implements IUseCase<Template> {
3333
].join(', '),
3434
ExpressionAttributeValues: {
3535
':virusScanStatus': 'PASSED',
36-
':readyForSubmissionStatus': 'NOT_YET_SYBMITTED',
36+
':readyForSubmissionStatus': 'NOT_YET_SUBMITTED',
3737
},
3838
ReturnValues: 'ALL_NEW',
3939
})

0 commit comments

Comments
 (0)