Skip to content

Commit

Permalink
chore: quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Mar 1, 2024
1 parent 7ac76cc commit 6d23821
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
@patch(
"platform_plugin_aspects.sinks.course_overview_sink.CourseOverviewSink.serialize_item"
)
@patch("platform_plugin_aspects.sinks.course_overview_sink.CourseOverviewSink.get_model")
@patch(
"platform_plugin_aspects.sinks.course_overview_sink.CourseOverviewSink.get_model"
)
@patch("platform_plugin_aspects.sinks.course_overview_sink.get_detached_xblock_types")
@patch("platform_plugin_aspects.sinks.course_overview_sink.get_modulestore")
@patch("platform_plugin_aspects.tasks.get_ccx_courses")
Expand Down Expand Up @@ -102,7 +104,9 @@ def test_course_publish_success(
@patch(
"platform_plugin_aspects.sinks.course_overview_sink.CourseOverviewSink.serialize_item"
)
@patch("platform_plugin_aspects.sinks.course_overview_sink.CourseOverviewSink.get_model")
@patch(
"platform_plugin_aspects.sinks.course_overview_sink.CourseOverviewSink.get_model"
)
@patch("platform_plugin_aspects.sinks.course_overview_sink.get_detached_xblock_types")
@patch("platform_plugin_aspects.sinks.course_overview_sink.get_modulestore")
# pytest:disable=unused-argument
Expand Down

0 comments on commit 6d23821

Please sign in to comment.