Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/tests/js/detailsviewSpec.js')
-rw-r--r--apps/files/tests/js/detailsviewSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/tests/js/detailsviewSpec.js b/apps/files/tests/js/detailsviewSpec.js
index 8b0ba591a7c..d375c4c9282 100644
--- a/apps/files/tests/js/detailsviewSpec.js
+++ b/apps/files/tests/js/detailsviewSpec.js
@@ -4,7 +4,7 @@
* @author Daniel Calviño Sánchez <danxuliu@gmail.com>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@ -249,7 +249,7 @@ describe('OCA.Files.DetailsView tests', function() {
var tabs = detailsView.$el.find('.tabHeader').map(function() {
return $(this).attr('data-tabid');
- }).toArray();
+ }).toArray();
expect(tabs).toEqual(['ghi', 'jkl', 'def', 'abc']);
});