From 67d4391604b39d8cc418736f23c5dea4cfad140d Mon Sep 17 00:00:00 2001 From: ivanThePleasant Date: Mon, 16 Jan 2023 20:31:01 +0200 Subject: [PATCH] Fix failing test --- .../admin/src/components/Notifications/tests/reducer.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/admin/admin/src/components/Notifications/tests/reducer.test.js b/packages/core/admin/admin/src/components/Notifications/tests/reducer.test.js index bf3a348814..e638dfe958 100644 --- a/packages/core/admin/admin/src/components/Notifications/tests/reducer.test.js +++ b/packages/core/admin/admin/src/components/Notifications/tests/reducer.test.js @@ -36,6 +36,7 @@ describe('ADMIN | COMPONENTS | NOTIFICATIONS | reducer', () => { timeout: 2500, blockTransition: false, onClose: null, + title: null, }, ], notifId: 1,