From e00d70c3fee9367d261f61ee1eee71b70c74bd7d Mon Sep 17 00:00:00 2001 From: Josh Dover Date: Mon, 7 Dec 2020 14:19:51 -0700 Subject: [PATCH] Fix dashboard test snapshot --- .../dashboard_empty_screen.test.tsx.snap | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/plugins/dashboard/public/application/__snapshots__/dashboard_empty_screen.test.tsx.snap b/src/plugins/dashboard/public/application/__snapshots__/dashboard_empty_screen.test.tsx.snap index f82afc788578..f36ecd908405 100644 --- a/src/plugins/dashboard/public/application/__snapshots__/dashboard_empty_screen.test.tsx.snap +++ b/src/plugins/dashboard/public/application/__snapshots__/dashboard_empty_screen.test.tsx.snap @@ -141,26 +141,12 @@ exports[`DashboardEmptyScreen renders correctly with readonly mode 1`] = ` Array [ "theme:darkMode", ], - Array [ - "theme:darkMode", - ], - Array [ - "theme:darkMode", - ], ], "results": Array [ Object { "type": "return", "value": undefined, }, - Object { - "type": "return", - "value": undefined, - }, - Object { - "type": "return", - "value": undefined, - }, ], }, "get$": [MockFunction],