Skip to content

Commit b5bbfbf

Browse files
test: adding temporary test to trigger slack notification
1 parent b5eae7f commit b5bbfbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manage_breast_screening/core/tests/test_models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ def test_clean(self, model):
1818
instance.clean()
1919
assert instance.text == "abc"
2020
assert instance.char == "def"
21+
22+
def test_slack_notification_trigger():
23+
"""Temporary test to trigger Slack notification."""
24+
assert False, "Testing Slack notification"

0 commit comments

Comments
 (0)