Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 29366fe

Browse files
committed
temp
1 parent 0285120 commit 29366fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/push/test_push_rule_evaluator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ def test_tweaks_for_actions(self) -> None:
283283
{"sound": "default", "highlight": True},
284284
)
285285

286-
def test_relations(self) -> None:
286+
def test_relation_match(self) -> None:
287+
"""Test the relation_match push rule kind."""
287288
evaluator = self._get_evaluator(
288289
{}, {("m.annotation", "@user:test", "m.reaction")}
289290
)

0 commit comments

Comments
 (0)