Skip to content

Commit

Permalink
Removed unused vars in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
takscape committed Sep 23, 2014
1 parent 450910e commit 030b7a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/array_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ defmodule ArrayTest do
end

test "Enumerable.reduce" do
a = Array.from_list([1,2,3])
sum = Enum.reduce(Array.from_list([1,2,3]), 0, fn(x, acc) -> x + acc end)
assert 6 == sum
end
Expand Down

0 comments on commit 030b7a1

Please sign in to comment.