Skip to content

Commit 29af20d

Browse files
committed
fix test for MOVED action type
1 parent 4b46333 commit 29af20d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/unit/SidebarUtilsTest.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,13 @@ describe('SidebarUtils', () => {
950950
},
951951
actorAccountID: 12345,
952952
actionName: CONST.REPORT.ACTIONS.TYPE.MOVED,
953+
person: [
954+
{
955+
type: 'TEXT',
956+
style: 'strong',
957+
text: 'f50',
958+
},
959+
],
953960
};
954961
const reportActions: ReportActions = {[lastAction.reportActionID]: lastAction};
955962
await Onyx.set(`${ONYXKEYS.COLLECTION.REPORT}${report.reportID}`, report);

0 commit comments

Comments
 (0)