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;