Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Dec 19, 2015
1 parent 2b17728 commit 6d453a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hedwig/responders/help_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ defmodule Hedwig.Responders.HelpTest do
test "help <query> - displays the usage for responders that match query", %{adapter: adapter, msg: msg} do
send adapter, {:message, %{msg | text: "alfred help test"}}
assert_receive {:message, %{text: text}}
assert text == "testuser: (this is a test) - did someone say test?"
assert text == "(this is a test) - did someone say test?"
end
end

0 comments on commit 6d453a2

Please sign in to comment.