mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
upgrade electron version and app version
This commit is contained in:
@@ -270,7 +270,7 @@ describe('read/write config tests', function() {
|
||||
|
||||
return updateConfigField('url2', 'hello world')
|
||||
.catch(function (err) {
|
||||
expect(err.message).toBe('Path must be a string. Received null');
|
||||
expect(err.message).toBe('The "path" argument must be of type string. Received type object');
|
||||
});
|
||||
|
||||
});
|
||||
@@ -309,7 +309,7 @@ describe('read/write config tests', function() {
|
||||
|
||||
return saveUserConfig('url2', 'hello world')
|
||||
.catch(function (err) {
|
||||
expect(err.message).toBe('Path must be a string. Received null');
|
||||
expect(err.message).toBe('The "path" argument must be of type string. Received type object');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user