Skip to content

Commit 1fca15c

Browse files
authored
Merge pull request #61418 from c3024/Fix-test-for-MOVED-action-type
[No QA] Fix test for MOVED action type
2 parents 213aad0 + 29af20d commit 1fca15c

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)