From a52d95a1659ebc8ecdfe055727367b59b409b8eb Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 7 Sep 2022 10:33:47 -0400 Subject: [PATCH] Update tests Signed-off-by: Sebastian Malton --- src/features/application-update/installing-update.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/application-update/installing-update.test.ts b/src/features/application-update/installing-update.test.ts index 7063fcfaa1..973095d72d 100644 --- a/src/features/application-update/installing-update.test.ts +++ b/src/features/application-update/installing-update.test.ts @@ -91,7 +91,7 @@ describe("installing update", () => { it("checks for updates", () => { expect(checkForPlatformUpdatesMock).toHaveBeenCalledWith( expect.any(Object), - { allowDowngrade: true }, + { allowDowngrade: false }, ); });