Skip to content

Commit

Permalink
fix(cb2-8973): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbardy2000 committed Aug 30, 2024
1 parent 7970781 commit 5fee241
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ describe('TestResultsEffects', () => {
reasonForAbandoning: '',
seatbeltInstallationCheckDate: false,
secondaryCertificateNumber: null,
testCode: 'undefined',
testExpiryDate: '',
testResult: resultOfTestEnum.fail,
testTypeEndTimestamp: '',
Expand Down Expand Up @@ -768,7 +767,6 @@ describe('TestResultsEffects', () => {
testResult: resultOfTestEnum.fail,
testTypeEndTimestamp: '',
testTypeId: '126',
testCode: 'undefined',
testTypeName: '',
testTypeStartTimestamp: '',
},
Expand Down

0 comments on commit 5fee241

Please sign in to comment.