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

Update tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-09-07 10:33:47 -04:00
parent c4b5e9dcd3
commit a52d95a165

View File

@ -91,7 +91,7 @@ describe("installing update", () => {
it("checks for updates", () => {
expect(checkForPlatformUpdatesMock).toHaveBeenCalledWith(
expect.any(Object),
{ allowDowngrade: true },
{ allowDowngrade: false },
);
});