Skip to content

Commit 7d844b6

Browse files
fix: use correct text key in test file
1 parent 8439d3a commit 7d844b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Views/Notifications/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('NotificationsView - header', () => {
7676

7777
expect(
7878
getByTestId(NotificationMenuViewSelectorsIDs.TITLE).props.children,
79-
).toBe(strings('notifications.title'));
79+
).toBe(strings('app_settings.notifications_title'));
8080
});
8181

8282
it('finds close button and invokes navigation when pressed', async () => {

0 commit comments

Comments
 (0)