We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73725ec commit 56340daCopy full SHA for 56340da
zulip_bots/zulip_bots/bots/merels/test_merels.py
@@ -91,7 +91,7 @@ def test_static_responses(self) -> None:
91
self.assertEqual(
92
message_handler.alert_move_message("foo", "moved right"), "foo :moved right"
93
)
94
- self.verify_response("help", self.help_message(), 0)
+
95
96
# Test to see if the attributes exist
97
def test_has_attributes(self) -> None:
0 commit comments