aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/tests
diff options
context:
space:
mode:
authorPatrick Paysant <patrick.paysant@linagora.com>2016-12-07 11:03:15 +0100
committerLukas Reschke <lukas@statuscode.ch>2016-12-19 17:29:05 +0100
commitff018d48cfda1ff0454dc49d48dd0b7cf98e13cc (patch)
tree1f521ba6eefb475e69cec2194d1194974b02ad36 /core/js/tests
parent6217393d6a713aada02961e10e3824bb1ccfe035 (diff)
downloadnextcloud-server-ff018d48cfda1ff0454dc49d48dd0b7cf98e13cc.tar.gz
nextcloud-server-ff018d48cfda1ff0454dc49d48dd0b7cf98e13cc.zip
Implements all comments from @PVince81
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/js/tests')
-rw-r--r--core/js/tests/specs/coreSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/tests/specs/coreSpec.js b/core/js/tests/specs/coreSpec.js
index 8ece9344b5b..2960d1d7d23 100644
--- a/core/js/tests/specs/coreSpec.js
+++ b/core/js/tests/specs/coreSpec.js
@@ -598,8 +598,8 @@ describe('Core base tests', function() {
['125b', 125],
['125 KB', 128000],
['125kb', 128000],
- ['122.1 MB', 128031130, ],
- ['122.1mb', 128031130, ],
+ ['122.1 MB', 128031130],
+ ['122.1mb', 128031130],
['119.2 GB', 127990025421],
['119.2gb', 127990025421],
['116.4 TB', 127983153473126],