Skip to content

Commit

Permalink
removed unnecessary changes made earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 27, 2024
1 parent bdd6646 commit 9db855f
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tests/test_implementations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,34 +1254,6 @@ def test_patcher(
),
],
),
(
kgcl.NewSynonym(
id=generate_change_id(),
about_node=FUNGI,
new_value="shroom",
predicate="oio:hasExactSynonym",
),
False,
lambda oi: test.assertCountEqual(
["shroom", "fungi", "Fungi", "Mycota"],
oi.entity_aliases(FUNGI),
),
None,
),
(
kgcl.NewSynonym(
id=generate_change_id(),
about_node=FUNGI,
new_value="shroom",
predicate="oio:hasRelatedSynonym",
),
False,
lambda oi: test.assertCountEqual(
["shroom", "fungi", "Fungi", "Mycota"],
oi.entity_aliases(FUNGI),
),
None,
),
(
kgcl.RemoveSynonym(
id=generate_change_id(),
Expand Down

0 comments on commit 9db855f

Please sign in to comment.