diff --git a/mix.exs b/mix.exs index 23d99e8..bccc7c3 100644 --- a/mix.exs +++ b/mix.exs @@ -13,7 +13,7 @@ defmodule LexLuthor.Mixfile do licenses: ["MIT"], links: %{"Source" => "https://github.com/jamesotron/lex_luthor"} ], - deps: deps] + deps: deps()] end # Configuration for the OTP application diff --git a/test/rejection_test.exs b/test/rejection_test.exs index 206bd32..40a075f 100644 --- a/test/rejection_test.exs +++ b/test/rejection_test.exs @@ -1,5 +1,4 @@ defmodule RejectionTest do - import TestHelpers use ExUnit.Case, async: true test "string not in language fails" do