diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-03-24 10:04:35 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-03-24 10:34:28 +0100 |
| commit | 1d043bac77cb0d9daa28e12f645e2187fe3d6ea0 (patch) | |
| tree | 911bead2c18370e3d12df3f482ad08781499ceb6 /gui/test | |
| parent | 7eede2c62d8fb0e7e7cbbb42d2891025705297aa (diff) | |
| download | mullvadvpn-1d043bac77cb0d9daa28e12f645e2187fe3d6ea0.tar.xz mullvadvpn-1d043bac77cb0d9daa28e12f645e2187fe3d6ea0.zip | |
Remove NotificationArea prop which doesn't exist anymore
Diffstat (limited to 'gui/test')
| -rw-r--r-- | gui/test/components/NotificationArea.spec.tsx | 4 |
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', |
