Skip to content

Commit

Permalink
remove useless async
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jul 16, 2024
1 parent eeed464 commit c2bb1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ReportUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ describe('ReportUtils', () => {
);
return Onyx.mergeCollection(ONYXKEYS.COLLECTION.REPORT, reportCollectionDataSet);
});
it('should return the 1:1 chat', async () => {
it('should return the 1:1 chat', () => {
const report = ReportUtils.getChatByParticipants([currentUserAccountID, userAccountID]);
expect(report?.reportID).toEqual(oneOnOneChatReport.reportID);
});
Expand Down

0 comments on commit c2bb1d3

Please sign in to comment.