Merge branch 'master' of https://github.com/milmazz/hunter into favd-boostd-by

master
Théophile Choutri 2017-04-17 16:18:10 +02:00
commit fe270d6c5b
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ defmodule Hunter.CardTest do
end
test "verify a card associated with a status", %{conn: conn} do
assert %Card{title: "milmazz/hunter"} = Card.card_by_status(conn, 118635)
assert %Card{title: "milmazz/hunter"} = Card.card_by_status(conn, 118_635)
end
end

View File

@ -14,7 +14,7 @@ defmodule Hunter.NotificationTest do
end
test "fetch a single notification", %{conn: conn} do
notification = Notification.notification(conn, 17476)
notification = Notification.notification(conn, 17_476)
assert "paperswelove" == notification.account["username"]
assert "follow" == notification.type
end