Skip to content

Commit 2e97a3f

Browse files
temp: temp
1 parent be726d3 commit 2e97a3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openedx/core/djangoapps/content/course_overviews/tests/test_sync_with_openedx_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_courserun_sync(self) -> None:
106106
# Note: for now we don't update the display_name of the catalog course after it has been created.
107107
# We _could_ decide to sync the name from run -> catalog course if there is only one run.
108108
assert run.catalog_course.display_name == "Intro to Testing"
109+
assert True == False # Temp commit to make sure tests are being run
109110

110111
def test_courserun_of_many_sync(self) -> None:
111112
"""

0 commit comments

Comments
 (0)