We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be726d3 commit 2e97a3fCopy full SHA for 2e97a3f
1 file changed
openedx/core/djangoapps/content/course_overviews/tests/test_sync_with_openedx_catalog.py
@@ -106,6 +106,7 @@ def test_courserun_sync(self) -> None:
106
# Note: for now we don't update the display_name of the catalog course after it has been created.
107
# We _could_ decide to sync the name from run -> catalog course if there is only one run.
108
assert run.catalog_course.display_name == "Intro to Testing"
109
+ assert True == False # Temp commit to make sure tests are being run
110
111
def test_courserun_of_many_sync(self) -> None:
112
"""
0 commit comments