From 827d3888c006334adb0402acb2aaaf528ff6a81d Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Thu, 15 Aug 2024 09:00:14 -0700 Subject: [PATCH] Remove redundant snapshot. --- .../ScaleComponent.test.tsx.snap | 64 ------------------- 1 file changed, 64 deletions(-) delete mode 100644 src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/ScaleComponent.test.tsx.snap diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/ScaleComponent.test.tsx.snap b/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/ScaleComponent.test.tsx.snap deleted file mode 100644 index 18e50fed9..000000000 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/ScaleComponent.test.tsx.snap +++ /dev/null @@ -1,64 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`ScaleComponent renders with correct initial notification 1`] = ` - - - - A request to increase the throughput is currently in progress. This operation will take 1-3 business days to complete. View the latest status in Notifications. -
- Database: test, Container: test - , Current autoscale throughput: 100 - 1000 RU/s, Target autoscale throughput: 600 - 6000 RU/s -
-
- - - -
-`;