From 440bbd44aa2d09e0f0030b55764dd8d6af0878a4 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:39:24 +0100 Subject: [PATCH] Update `WhisperModelIntegrationTests.test_large_batched_generation` (#19472) Co-authored-by: ydshieh --- tests/models/whisper/test_modeling_whisper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/models/whisper/test_modeling_whisper.py b/tests/models/whisper/test_modeling_whisper.py index e07d8122a5..bef46d5014 100644 --- a/tests/models/whisper/test_modeling_whisper.py +++ b/tests/models/whisper/test_modeling_whisper.py @@ -991,10 +991,10 @@ class WhisperModelIntegrationTests(unittest.TestCase): # fmt: off EXPECTED_TRANSCRIPT = [ - ' Mr. Quilter is the apostle of the middle classes, and we are glad to', + " Mr. Quilter is the apostle of the middle classes and we are glad to", " Nor is Mr. Quilter's manner less interesting than his matter.", " He tells us that at this festive season of the year, with Christmas and roast beef", - " He has grave doubts whether Sir Frederick Layton's work is really Greek after all," + " He has grave doubts whether Sir Frederick Layton's work is really Greek after all,", ] # fmt: on