sda-2270 update the test

This commit is contained in:
Johan Kwarnmark 2020-11-10 16:51:41 +01:00
parent c14a9a9ec9
commit 5f927e5d57

View File

@ -6,13 +6,13 @@ import { ipcRenderer, remote } from './__mocks__/electron';
describe('about app', () => { describe('about app', () => {
const aboutAppDataLabel = 'about-app-data'; const aboutAppDataLabel = 'about-app-data';
const aboutDataMock = { const aboutDataMock = {
sbeVersion: '1',
userConfig: {}, userConfig: {},
globalConfig: {}, globalConfig: {},
cloudConfig: {}, cloudConfig: {},
finalConfig: {}, finalConfig: {},
appName: 'Symphony', appName: 'Symphony',
versionLocalised: 'Version', versionLocalised: 'Version',
clientVersion: '1',
buildNumber: '4.x.x', buildNumber: '4.x.x',
hostname: 'N/A', hostname: 'N/A',
sfeVersion: 'N/A', sfeVersion: 'N/A',