Skip to content

Commit 6d453a2

Browse files
committed
Fix broken test
1 parent 2b17728 commit 6d453a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hedwig/responders/help_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ defmodule Hedwig.Responders.HelpTest do
1212
test "help <query> - displays the usage for responders that match query", %{adapter: adapter, msg: msg} do
1313
send adapter, {:message, %{msg | text: "alfred help test"}}
1414
assert_receive {:message, %{text: text}}
15-
assert text == "testuser: (this is a test) - did someone say test?"
15+
assert text == "(this is a test) - did someone say test?"
1616
end
1717
end

0 commit comments

Comments
 (0)