diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-options-util.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/test/test-options-util.js b/test/test-options-util.js index c3ff4c8f..82859dd3 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -500,7 +500,8 @@ function createOptionsUpdatedTestData1() {          global: {              database: {                  prefixWildcardsSupported: false -            } +            }, +            showPopupPreview: false          }      };  } |