From 8a6ca374b4d39115b1ec9839096ad612a5a98125 Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Fri, 3 Apr 2020 12:12:57 +0200
Subject: [PATCH] Fix test

---
 tests/predict_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/predict_test.py b/tests/predict_test.py
index fcaa381..392e406 100644
--- a/tests/predict_test.py
+++ b/tests/predict_test.py
@@ -29,5 +29,5 @@ def test_on_target_predict_size_guide():
     for pam in pams:
         (pam_val, start_val) = pam
         assert (
-            start_val - pam_val == 2
+            start_val - pam_val == 3
         ), "the difference between start and pam position is different than 2"
-- 
GitLab