From 773cb7d5fcadb3ca732841a90b7c1a444ff723f0 Mon Sep 17 00:00:00 2001 From: fmareuil <fmareuil@pasteur.fr> Date: Tue, 12 Jan 2021 12:47:57 +0100 Subject: [PATCH] test fix error --- ippisite/ippidb/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/tests/tests.py b/ippisite/ippidb/tests/tests.py index 90bfd815..ca1461b2 100644 --- a/ippisite/ippidb/tests/tests.py +++ b/ippisite/ippidb/tests/tests.py @@ -674,8 +674,8 @@ class TestGetUniprotInfo(TestCase): ) exp_biological_processes = [ "GO_0000281", - "GO_0006886", "GO_0008104", + 'GO_0015031', "GO_0016197", "GO_0019882", "GO_0031175", -- GitLab