summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-04-03 21:26:13 +0200
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-05-28 13:25:24 +0200
commit13c06a87f51dbb1ac62d8992d45b5b6e491e25cb (patch)
tree64dabfe155b42ea3ba655bf31e3369783f7ccb71
parent58f7eb72ee519b014ada4e380e2f91e0a88f0c15 (diff)
downloadmullvadvpn-13c06a87f51dbb1ac62d8992d45b5b6e491e25cb.tar.xz
mullvadvpn-13c06a87f51dbb1ac62d8992d45b5b6e491e25cb.zip
Update test to handle change to suggestedUpgrade changelog
The suggestedUpgrade.changelog property is no longer optional in the proto file.
-rw-r--r--desktop/packages/mullvad-vpn/test/unit/notification-evaluation.spec.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/test/unit/notification-evaluation.spec.ts b/desktop/packages/mullvad-vpn/test/unit/notification-evaluation.spec.ts
index 5bd7b1c1b9..7b87fe8492 100644
--- a/desktop/packages/mullvad-vpn/test/unit/notification-evaluation.spec.ts
+++ b/desktop/packages/mullvad-vpn/test/unit/notification-evaluation.spec.ts
@@ -69,6 +69,7 @@ describe('System notifications', () => {
const controller2 = createController();
const notification = new UpdateAvailableNotificationProvider({
suggestedUpgrade: {
+ changelog: [],
version: '2100.1',
},
suggestedIsBeta: false,