diff options
Diffstat (limited to 'gui/test')
| -rw-r--r-- | gui/test/components/NotificationArea.spec.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/test/components/NotificationArea.spec.tsx b/gui/test/components/NotificationArea.spec.tsx index 7be9de56e1..95801dfa6d 100644 --- a/gui/test/components/NotificationArea.spec.tsx +++ b/gui/test/components/NotificationArea.spec.tsx @@ -11,8 +11,10 @@ describe('components/NotificationArea', () => { consistent: true, currentIsSupported: true, current: '2018.2', + currentIsBeta: false, latest: '2018.2-beta1', latestStable: '2018.2', + nextUpgrade: null, }; const defaultExpiry = new AccountExpiry(moment().add(1, 'year').format(), 'en'); |
