We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b17728 commit 6d453a2Copy full SHA for 6d453a2
1 file changed
test/hedwig/responders/help_test.exs
@@ -12,6 +12,6 @@ defmodule Hedwig.Responders.HelpTest do
12
test "help <query> - displays the usage for responders that match query", %{adapter: adapter, msg: msg} do
13
send adapter, {:message, %{msg | text: "alfred help test"}}
14
assert_receive {:message, %{text: text}}
15
- assert text == "testuser: (this is a test) - did someone say test?"
+ assert text == "(this is a test) - did someone say test?"
16
end
17
0 commit comments