Skip to content

Commit

Permalink
fix:fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
divinecharlotte committed Dec 9, 2024
1 parent 57afd2c commit 401b035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/drec-api/src/pods/issuer/issuer.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('IssuerService', () => {
provide: ReadsService,
useValue: {
getCheckHistoryCertificateIssueDateLogForDevice: jest.fn(),
updatehistorycertificateissuedate: jest.fn(),
updateHistoryCertificateIssueDate: jest.fn(),
getDeltaMeterReadsFirstEntryOfDevice: jest.fn(),
latestread: jest.fn(),
findLastReadForMeterWithinRange: jest.fn(),
Expand Down

0 comments on commit 401b035

Please sign in to comment.