Skip to content

Commit 56340da

Browse files
committed
Removing some bug
1 parent 73725ec commit 56340da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: zulip_bots/zulip_bots/bots/merels/test_merels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_static_responses(self) -> None:
9191
self.assertEqual(
9292
message_handler.alert_move_message("foo", "moved right"), "foo :moved right"
9393
)
94-
self.verify_response("help", self.help_message(), 0)
94+
9595

9696
# Test to see if the attributes exist
9797
def test_has_attributes(self) -> None:

0 commit comments

Comments
 (0)