From dc4449918d3d8f1814053d474e88251938513408 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:54:55 -0400 Subject: [PATCH] Rename test to be more accurate (#24374) --- tests/models/marian/test_modeling_marian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/marian/test_modeling_marian.py b/tests/models/marian/test_modeling_marian.py index 877f5273c9..6cbcd55d3f 100644 --- a/tests/models/marian/test_modeling_marian.py +++ b/tests/models/marian/test_modeling_marian.py @@ -618,7 +618,7 @@ class TestMarian_FI_EN_V2(MarianIntegrationTest): return cls @slow - def test_batch_generation_en_fr(self): + def test_batch_generation_fi_en(self): self._assert_generated_batch_equal_expected()