summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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',