Skip to content

Commit 50e6cae

Browse files
added mockstore for ActivityList test
1 parent cc8784d commit 50e6cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CommunityPortal/Activities/__tests__/ActivityList.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ describe('ActivityList', () => {
6060
});
6161

6262
const items = screen.getAllByRole('listitem');
63-
expect(items[0]).toHaveTextContent('Marathon Training');
63+
expect(items[0]).toHaveTextContent('Book Club - March');
6464
});
6565
});

0 commit comments

Comments
 (0)