瀏覽代碼

Fix test

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet 1 年之前
父節點
當前提交
a18a95bbc9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/js/tests/specs/setupchecksSpec.js

+ 1 - 1
core/js/tests/specs/setupchecksSpec.js

@@ -1403,7 +1403,7 @@ describe('OC.SetupChecks tests', function() {
 
 			async.done(function( data, s, x ){
 				expect(data).toEqual([{
-					msg: 'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read <a href="https://docs.example.org/admin-system-requirements" class="external" rel="noreferrer noopener">the documentation page about this ↗</a>.',
+					msg: 'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read <a href="https://docs.example.org/admin-system-requirements" class="external" rel="noreferrer noopener">the documentation page ↗</a> about this.',
 					type: OC.SetupChecks.MESSAGE_TYPE_WARNING
 				}]);
 				done();