Skip to content

Commit

Permalink
refactor: remove fake test for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 1, 2024
1 parent a7cf30d commit 75b3d87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions openedx_events/tests/test_tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,3 @@ def test_load_all_signals(self):
OpenEdxPublicSignal.get_signal_by_type('org.openedx.learning.course.enrollment.created.v1'),
OpenEdxPublicSignal
)


class SirNotAppearingInThisFilm(TestCase):
def never_run(self):
print("Hello")

0 comments on commit 75b3d87

Please sign in to comment.