Skip to content

Commit

Permalink
fixup!: comments from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Oct 5, 2023
1 parent e25bff8 commit 4157019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_events/tests/test_producer_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setUp(self) -> None:
@patch('openedx_events.apps.get_producer')
def test_enabled_disabled_events(self, mock_producer):
"""
Check whether XBLOCK_PUBLISHED is connected to the handler and the handler only publishes enabled events.
Check whether XBLOCK_PUBLISHED is connected to the handler and the handler only produces enabled events.
Args:
mock_producer: mock get_producer to inspect the arguments.
Expand Down

0 comments on commit 4157019

Please sign in to comment.