Skip to content

Commit 030b7a1

Browse files
committed
Removed unused vars in tests.
1 parent 450910e commit 030b7a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/array_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ defmodule ArrayTest do
450450
end
451451

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

0 commit comments

Comments
 (0)