From 797e9d139c2495e68e3c7dd75023315ebfcea3d9 Mon Sep 17 00:00:00 2001
From: Charlotte Mauvezin <charlotte.mauvezin@irht.cnrs.fr>
Date: Wed, 22 Dec 2021 15:24:34 +0100
Subject: [PATCH] Adapting tests

---
 tests/test_run.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_run.py b/tests/test_run.py
index d0ea6d5..8505b15 100644
--- a/tests/test_run.py
+++ b/tests/test_run.py
@@ -64,8 +64,8 @@ expected_scores = {
 @pytest.mark.parametrize(
     "test_input, expected",
     [
-        ((FAKE_ANNOT_BIO, FAKE_PREDICT_BIO, THRESHOLD), expected_scores),
-        ((FAKE_BIO_NESTED, FAKE_BIO_NESTED, THRESHOLD), expected_scores_nested),
+        ((FAKE_ANNOT_BIO, FAKE_PREDICT_BIO, THRESHOLD, True), expected_scores),
+        ((FAKE_BIO_NESTED, FAKE_BIO_NESTED, THRESHOLD, True), expected_scores_nested),
     ],
 )
 def test_run(test_input, expected):
-- 
GitLab