Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Dec 18, 2024
1 parent c43a1ab commit e91ca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statusLambda/tests/test-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {mockAPIGatewayProxyEvent, mockContext} from "@PrescriptionStatusUpdate_c
const mock = new MockAdapter(axios)

describe("Unit test for status check", function () {
let originalEnv: {[key: string]: string | undefined}
let originalEnv: {[key: string]: string | undefined} = process.env
afterEach(() => {
process.env = {...originalEnv}
mock.reset()
Expand Down

0 comments on commit e91ca04

Please sign in to comment.