Fix compiler warnings.

This commit is contained in:
James Harton 2017-04-27 15:17:47 +12:00
parent 1b964adac3
commit 5075c958c8
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@ defmodule LexLuthor.Mixfile do
licenses: ["MIT"], licenses: ["MIT"],
links: %{"Source" => "https://github.com/jamesotron/lex_luthor"} links: %{"Source" => "https://github.com/jamesotron/lex_luthor"}
], ],
deps: deps] deps: deps()]
end end
# Configuration for the OTP application # Configuration for the OTP application

View file

@ -1,5 +1,4 @@
defmodule RejectionTest do defmodule RejectionTest do
import TestHelpers
use ExUnit.Case, async: true use ExUnit.Case, async: true
test "string not in language fails" do test "string not in language fails" do