Skip to content

Commit

Permalink
fix: typo on hivemind event!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Oct 16, 2024
1 parent 98deea0 commit 7bc610f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tc_messageBroker/rabbit_mq/event/events_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ class TwitterAnalyzerEvent:


class HivemindEvent:
QUESTION_RECIVED = "QUESTION_RECIVED"
QUESTION_RECEIVED = "QUESTION_RECEIVED"
2 changes: 1 addition & 1 deletion tests/unit/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def test_enum_event_default():
assert Event.TWITTER_BOT.EXTRACT.LIKES == "EXTRACT_LIKES"
assert Event.TWITTER_BOT.EXTRACT.TWEETS == "EXTRACT_TWEETS"
assert Event.TWITTER_BOT.SEND_MESSAGE == "SEND_MESSAGE"
assert Event.HIVEMIND.QUESTION_RECIVED == "QUESTION_RECIVED"
assert Event.HIVEMIND.QUESTION_RECEIVED == "QUESTION_RECEIVED"
# assert Event.DISCORD_ANALYZER.SAVE == "SAVE"

0 comments on commit 7bc610f

Please sign in to comment.