diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-16 16:55:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 16:55:40 -0500 |
commit | d89f23261cd619a406d4d50006871b10f1e653c6 (patch) | |
tree | ecd698c70a97383c07ebc2d90d60a1882b89f9ed /test | |
parent | bd89c92c37f4d73f3ce31ee561fdc2b88dd118d5 (diff) |
Update default settings page (#1254)
* Update settings v2 to be the default for existing users
* Update information on the old settings page
* Update information on the new settings page
* Update tests
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 307638e2..c857b13f 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -559,7 +559,7 @@ function createOptionsUpdatedTestData1() { database: { prefixWildcardsSupported: false }, - useSettingsV2: false + useSettingsV2: true } }; } |