From 2f2b7b21b376241134f78ae5936b9580a8be8dc1 Mon Sep 17 00:00:00 2001 From: Alban Gaignard Date: Wed, 12 Apr 2023 17:23:36 +0200 Subject: [PATCH] fixed test value --- tests/test_profile_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_profile_import.py b/tests/test_profile_import.py index 0f3f5975..d8ac7f5a 100644 --- a/tests/test_profile_import.py +++ b/tests/test_profile_import.py @@ -154,7 +154,7 @@ def test_fairchecker_type_eval(self): result = evaluate_profile_from_type(kg) print(result) - self.assertEqual(len(result), 3) + self.assertEqual(len(result), 4) self.assertFalse(result["https://orcid.org/0000-0002-3597-8557"]["conforms"]) def test_profile_file_parser(self):