Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
klebster2 committed Nov 19, 2024
1 parent a03426f commit ad4ea0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ def wordnet_mock():
"""Create a mock WordNet instance for testing."""

class MockSynset:
def __init__(self):
self.id = "test.n.01" # Add mock synset ID

def definition(self):
return "test definition"

Expand Down

0 comments on commit ad4ea0d

Please sign in to comment.