From bff260f97d35a0e5c757a76f5b5afc49c3066949 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Mon, 23 May 2022 14:20:12 +0300 Subject: [PATCH] Enhance name of behaviour Co-authored-by: Janne Savolainen Signed-off-by: Iku-turso --- ...nstalling-update-from-update-channels.test.ts.snap | 11 ----------- ....test.ts => selection-of-update-stability.test.ts} | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 src/behaviours/application-update/__snapshots__/installing-update-from-update-channels.test.ts.snap rename src/behaviours/application-update/{installing-update-from-update-channels.test.ts => selection-of-update-stability.test.ts} (99%) diff --git a/src/behaviours/application-update/__snapshots__/installing-update-from-update-channels.test.ts.snap b/src/behaviours/application-update/__snapshots__/installing-update-from-update-channels.test.ts.snap deleted file mode 100644 index d6399de891..0000000000 --- a/src/behaviours/application-update/__snapshots__/installing-update-from-update-channels.test.ts.snap +++ /dev/null @@ -1,11 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`installing update from update channels when started renders 1`] = ` - -
-
-
- -`; diff --git a/src/behaviours/application-update/installing-update-from-update-channels.test.ts b/src/behaviours/application-update/selection-of-update-stability.test.ts similarity index 99% rename from src/behaviours/application-update/installing-update-from-update-channels.test.ts rename to src/behaviours/application-update/selection-of-update-stability.test.ts index f98f65ab3b..1792fcd484 100644 --- a/src/behaviours/application-update/installing-update-from-update-channels.test.ts +++ b/src/behaviours/application-update/selection-of-update-stability.test.ts @@ -25,7 +25,7 @@ import showInfoNotificationInjectable from "../../renderer/components/notificati import processCheckingForUpdatesInjectable from "../../main/application-update/check-for-updates/process-checking-for-updates.injectable"; import appVersionInjectable from "../../common/get-configuration-file-model/app-version/app-version.injectable"; -describe("installing update from update channels", () => { +describe("selection of update stability", () => { let applicationBuilder: ApplicationBuilder; let quitAndInstallUpdateMock: jest.Mock; let checkForPlatformUpdatesMock: AsyncFnMock;