Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Fix test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
WilHall committed Sep 22, 2019
1 parent e6c20fe commit d1aee34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/mailers/announcement_mailer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ defmodule Constable.Mailers.AnnouncementTest do
use Constable.TestWithEcto, async: false
alias ConstableWeb.Router.Helpers, as: Routes
alias Constable.Emails
alias Constable.Services.HubProfileProvider

test "sends a correctly formatted email to a list of users" do
author = insert(:user)
Expand Down
1 change: 0 additions & 1 deletion test/mailers/comment_mailer_test.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
defmodule Constable.Mailers.CommentMailerTest do
use Constable.TestWithEcto, async: true
alias Constable.Emails
alias Constable.Services.HubProfileProvider

test "new comment email" do
author = insert(:user)
Expand Down
1 change: 0 additions & 1 deletion test/views/api/user_view_test.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
defmodule ConstableWeb.Api.UserViewTest do
use ConstableWeb.ViewCase, async: true
alias ConstableWeb.Api.UserView
alias Constable.Services.HubProfileProvider

test "show.json returns correct fields" do
user =
Expand Down

0 comments on commit d1aee34

Please sign in to comment.