Skip to content

Commit

Permalink
test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragsalian committed Dec 3, 2022
1 parent 6b5bd58 commit d01f834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/SidebarOrderTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,11 +704,11 @@ describe('Sidebar', () => {
lastActionCreated,
};
const report2 = {
...LHNTestUtils.getFakeReport(['email1@test.com', 'email2@test.com']),
...LHNTestUtils.getFakeReport(['email3@test.com', 'email4@test.com']),
lastActionCreated,
};
const report3 = {
...LHNTestUtils.getFakeReport(['email1@test.com', 'email2@test.com']),
...LHNTestUtils.getFakeReport(['email5@test.com', 'email6@test.com']),
lastActionCreated,
};

Expand Down

0 comments on commit d01f834

Please sign in to comment.