diff options
Diffstat (limited to 'gui/test')
| -rw-r--r-- | gui/test/components/NotificationArea.spec.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/test/components/NotificationArea.spec.tsx b/gui/test/components/NotificationArea.spec.tsx index 7be9de56e1..5109b5995d 100644 --- a/gui/test/components/NotificationArea.spec.tsx +++ b/gui/test/components/NotificationArea.spec.tsx @@ -13,6 +13,7 @@ describe('components/NotificationArea', () => { current: '2018.2', latest: '2018.2-beta1', latestStable: '2018.2', + nextUpgrade: null, }; const defaultExpiry = new AccountExpiry(moment().add(1, 'year').format(), 'en'); |
