Skip to content

Commit

Permalink
fix: update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed May 4, 2021
1 parent 971ec1f commit e0f1c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openedx_filters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
File used to expose available filters.
Filters of the Open edX platform.
"""

__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion openedx_filters/tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_not_raise_hook_exception(self, get_functions_mock, get_hook_config_mock

result = run_pipeline(self.trigger_name, **self.kwargs)

self.assertDictEqual(result, return_value) # TODO: fix
self.assertDictEqual(result, return_value)
function_without_exception.assert_called_once_with(**self.kwargs)

@patch("openedx_filters.pipeline.get_pipeline_configuration")
Expand Down

0 comments on commit e0f1c15

Please sign in to comment.