Skip to content

Commit 7d67453

Browse files
committed
Fix tests
1 parent 91eb003 commit 7d67453

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/actions/IOUTest/BulkEditTest.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,8 @@ describe('actions/IOU/BulkEdit', () => {
13311331
hash: undefined,
13321332
introSelected: undefined,
13331333
betas: undefined,
1334+
currentUserLogin: RORY_EMAIL,
1335+
currentUserAccountID: RORY_ACCOUNT_ID,
13341336
});
13351337

13361338
const params = writeSpy.mock.calls.at(0)?.[1] as {updates: string};
@@ -1398,6 +1400,8 @@ describe('actions/IOU/BulkEdit', () => {
13981400
hash: undefined,
13991401
introSelected: undefined,
14001402
betas: undefined,
1403+
currentUserLogin: RORY_EMAIL,
1404+
currentUserAccountID: RORY_ACCOUNT_ID,
14011405
});
14021406

14031407
const params = writeSpy.mock.calls.at(0)?.[1] as {updates: string};
@@ -1461,6 +1465,8 @@ describe('actions/IOU/BulkEdit', () => {
14611465
hash: undefined,
14621466
introSelected: undefined,
14631467
betas: undefined,
1468+
currentUserLogin: RORY_EMAIL,
1469+
currentUserAccountID: RORY_ACCOUNT_ID,
14641470
});
14651471

14661472
const params = writeSpy.mock.calls.at(0)?.[1] as {updates: string};

0 commit comments

Comments
 (0)