From 7160878c4a7650261e476f08d031ea71fe38bd34 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 28 Jul 2018 02:59:01 +0200 Subject: adding tests for audio conversions --- server/tests/utils/videos/videos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/utils/videos') diff --git a/server/tests/utils/videos/videos.ts b/server/tests/utils/videos/videos.ts index a9d449c58..b280cccda 100644 --- a/server/tests/utils/videos/videos.ts +++ b/server/tests/utils/videos/videos.ts @@ -523,7 +523,7 @@ async function completeVideoCheck ( const minSize = attributeFile.size - ((10 * attributeFile.size) / 100) const maxSize = attributeFile.size + ((10 * attributeFile.size) / 100) expect(file.size, - 'File size for resolution ' + file.resolution.label + ' outside confidence interval.') + 'File size for resolution ' + file.resolution.label + ' outside confidence interval (' + minSize + '> size <' + maxSize + ')') .to.be.above(minSize).and.below(maxSize) { -- cgit v1.2.3