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 e706b720..425201ce 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -453,7 +453,8 @@ function createProfileOptionsUpdatedTestData1() { displayTags: 'never', checkForDuplicates: true, fieldTemplates: null, - suspendNewCards: false + suspendNewCards: false, + noteGuiMode: 'browse' }, sentenceParsing: { scanExtent: 200, @@ -602,7 +603,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 18, + version: 19, global: { database: { prefixWildcardsSupported: false |