Skip to content

Commit e71872f

Browse files
committed
Merge branch 'main' into refactor-66578-p2
1 parent 69982f3 commit e71872f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/PolicyTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5994,7 +5994,7 @@ describe('actions/Policy', () => {
59945994
const apiWriteSpy = jest.spyOn(require('@libs/API'), 'write').mockImplementation(() => Promise.resolve());
59955995

59965996
// eslint-disable-next-line @typescript-eslint/naming-convention
5997-
const mockTranslate = ((key: string) => key) as unknown as Parameters<typeof Policy.createWorkspaceFromIOUPayment>[7];
5997+
const mockTranslate = ((key: string) => key) as unknown as Parameters<typeof Policy.createWorkspaceFromIOUPayment>[8];
59985998
const result = Policy.createWorkspaceFromIOUPayment(
59995999
iouReport,
60006000
undefined,

0 commit comments

Comments
 (0)