summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js/filesummarySpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/tests/js/filesummarySpec.js')
-rw-r--r--apps/files/tests/js/filesummarySpec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/tests/js/filesummarySpec.js b/apps/files/tests/js/filesummarySpec.js
index c493700de38..5e39dd1d232 100644
--- a/apps/files/tests/js/filesummarySpec.js
+++ b/apps/files/tests/js/filesummarySpec.js
@@ -20,7 +20,8 @@
*/
/* global FileSummary */
-describe('FileSummary tests', function() {
+describe('OCA.Files.FileSummary tests', function() {
+ var FileSummary = OCA.Files.FileSummary;
var $container;
beforeEach(function() {