Skip to content

Commit

Permalink
fix typo in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bmahall committed Jan 5, 2023
1 parent 0db3780 commit 984a854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/msal-common/test/client/AuthorizationCodeClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ describe("AuthorizationCodeClient unit tests", () => {
removePerformanceCallback: jest.fn(),
addPerformanceCallback: jest.fn(),
emitEvents: jest.fn(),
startPerformanceMeasuremeant: jest.fn(),
startPerformanceMeasurement: jest.fn(),
generateId: jest.fn()
}
performanceClient.startMeasurement.mockImplementation(() => {
Expand Down Expand Up @@ -2071,7 +2071,7 @@ describe("AuthorizationCodeClient unit tests", () => {
removePerformanceCallback: jest.fn(),
addPerformanceCallback: jest.fn(),
emitEvents: jest.fn(),
startPerformanceMeasuremeant: jest.fn(),
startPerformanceMeasurement: jest.fn(),
generateId: jest.fn()
}
performanceClient.startMeasurement.mockImplementation(() => {
Expand Down

0 comments on commit 984a854

Please sign in to comment.