From 3f1241e3a76d6552c473344cb33ea808301809c0 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 8 Sep 2018 15:05:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/chess_web/controllers/game_controller_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chess_web/controllers/game_controller_test.exs b/test/chess_web/controllers/game_controller_test.exs index 3f34283..3cd5592 100644 --- a/test/chess_web/controllers/game_controller_test.exs +++ b/test/chess_web/controllers/game_controller_test.exs @@ -34,7 +34,7 @@ defmodule ChessWeb.GameControllerTest do assert redirected_to(conn) == game_path(conn, :show, game) end - test "sends and email when game is created", %{conn: conn} do + test "sends an email when game is created", %{conn: conn} do opponent = insert(:user, %{name: "Daruk", email: "daruk@goron.city"}) attrs = %{"opponent_id" => opponent.id}