diff options
author | Joas Schilling <coding@schilljs.com> | 2020-04-01 13:20:01 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-04-01 13:20:01 +0200 |
commit | b974dd5b733db8b0bbf20a9cccbb99715992c545 (patch) | |
tree | bf8ae246acb9d58e84470622ad827f58a257a056 /core/js/tests | |
parent | 60d9384e5ec7e8d6f7ffa1c3ecc180ffaac710a3 (diff) | |
download | nextcloud-server-b974dd5b733db8b0bbf20a9cccbb99715992c545.tar.gz nextcloud-server-b974dd5b733db8b0bbf20a9cccbb99715992c545.zip |
Update new test as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/js/tests')
-rw-r--r-- | core/js/tests/specs/setupchecksSpec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js index 891b5fc84c8..f4c81c6bf78 100644 --- a/core/js/tests/specs/setupchecksSpec.js +++ b/core/js/tests/specs/setupchecksSpec.js @@ -989,6 +989,7 @@ describe('OC.SetupChecks tests', function() { isSettimelimitAvailable: true, hasFreeTypeSupport: true, missingIndexes: [], + missingColumns: [], cronErrors: [], cronInfo: { diffInSeconds: 0 |