1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Improve name of behaviour

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2022-05-23 14:06:44 +03:00
parent b1f577399c
commit 5402f64402
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`checking for updates automatically given updater is enabled and configuration exists, when started renders 1`] = ` exports[`periodical checking of updates given updater is enabled and configuration exists, when started renders 1`] = `
<body> <body>
<div> <div>
<div <div

View File

@ -14,7 +14,7 @@ import startCheckingForUpdatesInjectable from "../../main/application-update/per
const ENOUGH_TIME = 1000 * 60 * 60 * 2; const ENOUGH_TIME = 1000 * 60 * 60 * 2;
describe("checking for updates automatically", () => { describe("periodical checking of updates", () => {
let applicationBuilder: ApplicationBuilder; let applicationBuilder: ApplicationBuilder;
let processCheckingForUpdatesMock: AsyncFnMock<() => Promise<void>>; let processCheckingForUpdatesMock: AsyncFnMock<() => Promise<void>>;