Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Oct 31, 2019
1 parent db1718d commit d49aa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustler_tests/test/term_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule RustlerTest.TermTest do

assert RustlerTest.term_debug(Enum.to_list(0..5)) == "[0,1,2,3,4,5]"
assert RustlerTest.term_debug(Enum.to_list(0..1000)) == "[#{Enum.join(0..1000, ",")}]"
assert RustlerTest.term_debug([[[[]],[]],[[]],[]]) == "[[[[]],[]],[[]],[]]"
assert RustlerTest.term_debug([[[[]], []], [[]], []]) == "[[[[]],[]],[[]],[]]"

sues = Enum.map(1..500, fn i -> %{name: "Aunt Sue", id: i} end)
sue_strs = Enum.map(1..500, fn i -> "\#{id=>#{i},name=><<\"Aunt Sue\">>}" end)
Expand Down

0 comments on commit d49aa9d

Please sign in to comment.