Skip to content

Commit 0fab883

Browse files
authored
Merge pull request Expensify#66048 from nkdengineer/fix/66023
[No QA] Fix flaky canLeaveChat test
2 parents f9fcb18 + 325a29d commit 0fab883

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4108,6 +4108,7 @@ describe('ReportUtils', () => {
41084108
notificationPreference: CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
41094109
},
41104110
},
4111+
chatType: undefined,
41114112
};
41124113

41134114
await Onyx.set(ONYXKEYS.SESSION, {email: currentUserEmail, accountID: currentUserAccountID});

0 commit comments

Comments
 (0)