summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-03-24 10:35:30 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-03-24 10:35:30 +0100
commita1adcdd2ef1c92c7ca776f70890d513d8738e190 (patch)
tree911bead2c18370e3d12df3f482ad08781499ceb6
parent7eede2c62d8fb0e7e7cbbb42d2891025705297aa (diff)
parent1d043bac77cb0d9daa28e12f645e2187fe3d6ea0 (diff)
downloadmullvadvpn-a1adcdd2ef1c92c7ca776f70890d513d8738e190.tar.xz
mullvadvpn-a1adcdd2ef1c92c7ca776f70890d513d8738e190.zip
Merge branch 'fix-gui-test-version-type-mismatch'
-rw-r--r--gui/test/components/NotificationArea.spec.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/test/components/NotificationArea.spec.tsx b/gui/test/components/NotificationArea.spec.tsx
index d50a453c48..a0732400da 100644
--- a/gui/test/components/NotificationArea.spec.tsx
+++ b/gui/test/components/NotificationArea.spec.tsx
@@ -10,7 +10,6 @@ describe('components/NotificationArea', () => {
const defaultVersion = {
consistent: true,
currentIsSupported: true,
- currentIsOutdated: false,
current: '2018.2',
latest: '2018.2-beta1',
latestStable: '2018.2',
@@ -196,7 +195,6 @@ describe('components/NotificationArea', () => {
version={{
...defaultVersion,
currentIsSupported: false,
- currentIsOutdated: true,
current: '2018.1',
nextUpgrade: '2018.2',
}}
@@ -219,7 +217,6 @@ describe('components/NotificationArea', () => {
}}
version={{
...defaultVersion,
- currentIsOutdated: true,
current: '2018.2',
latest: '2018.4-beta2',
latestStable: '2018.3',
@@ -245,7 +242,6 @@ describe('components/NotificationArea', () => {
}}
version={{
...defaultVersion,
- currentIsOutdated: true,
current: '2018.4-beta1',
latest: '2018.4-beta3',
latestStable: '2018.3',