From 73a11da03c8748ba6afb03d1b33a7468bd591458 Mon Sep 17 00:00:00 2001 From: Dmitry Menshikov Date: Tue, 2 Oct 2018 20:34:02 +0300 Subject: [PATCH] Fix of function tests. Some tests missed renaming of aspectRatio to displayAspectRatio --- tests/Functional/processFrames.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Functional/processFrames.test.js b/tests/Functional/processFrames.test.js index ba5e712..9033a18 100644 --- a/tests/Functional/processFrames.test.js +++ b/tests/Functional/processFrames.test.js @@ -93,7 +93,7 @@ describe('processFrames functional tests', () => { fps: {mean: expectedMeanFps, min: expectedMinFps, max: expectedMaxFps}, bitrate: {mean: expectedMeanBitrate, min: expectedMinBitrate, max: expectedMaxBitrate}, gopDuration: {mean: expectedMeanGop, min: expectedMinGop, max: expectedMaxGop}, - aspectRatio: expectedAspectRatio, + displayAspectRatio: expectedAspectRatio, height: expectedHeight, width: expectedWidth, hasAudioStream: expectAudio @@ -168,7 +168,7 @@ describe('processFrames functional tests', () => { fps: {mean: expectedMeanFps, min: expectedMinFps, max: expectedMaxFps}, bitrate: {mean: expectedMeanBitrate, min: expectedMinBitrate, max: expectedMaxBitrate}, gopDuration: {mean: expectedMeanGop, min: expectedMinGop, max: expectedMaxGop}, - aspectRatio: expectedAspectRatio, + displayAspectRatio: expectedAspectRatio, width: expectedWidth, height: expectedHeight, hasAudioStream: expectAudio