From 5075c958c88dc57561ce2c56feeac3a874d8753c Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 27 Apr 2017 15:17:47 +1200 Subject: [PATCH] Fix compiler warnings. --- mix.exs | 2 +- test/rejection_test.exs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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