diff options
Diffstat (limited to 'test/test-options-util.js')
| -rw-r--r-- | test/test-options-util.js | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 16660fd0..af64e7dd 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -470,7 +470,8 @@ function createProfileOptionsUpdatedTestData1() {              fieldTemplates: null,              suspendNewCards: false,              noteGuiMode: 'browse', -            apiKey: '' +            apiKey: '', +            downloadTimeout: 0          },          sentenceParsing: {              scanExtent: 200, @@ -619,7 +620,7 @@ function createOptionsUpdatedTestData1() {              }          ],          profileCurrent: 0, -        version: 19, +        version: 20,          global: {              database: {                  prefixWildcardsSupported: false  |