diff --git a/tests/pipelines/test_pipelines_question_answering.py b/tests/pipelines/test_pipelines_question_answering.py index d46dd489c5..3b932e3b04 100644 --- a/tests/pipelines/test_pipelines_question_answering.py +++ b/tests/pipelines/test_pipelines_question_answering.py @@ -412,7 +412,7 @@ between them. It's straightforward to train your models with one before loading self.assertEqual( nested_simplify(outputs), - {"answer": "Jax, PyTorch and TensorFlow", "end": 1919, "score": 0.971, "start": 1892}, + {"answer": "Jax, PyTorch and TensorFlow", "end": 1919, "score": 0.972, "start": 1892}, )