Skip to content

Commit

Permalink
fixed test value
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Apr 12, 2023
1 parent 054ec0a commit 2f2b7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_profile_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2f2b7b2

Please sign in to comment.