Skip to content
Snippets Groups Projects
Commit 08ebe057 authored by href's avatar href
Browse files

Shorten a comment to make Credo happy

parent d358007c
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,8 @@ defmodule GenMagic.ApprenticeTest do
assert {:ok, _} = :erlang.binary_to_term(data)
refute_receive _
# This path should be long enough for buffers, but larger than a valid path name. Magic will return an errno 36.
# This path should be long enough for buffers, but larger than a valid path name.
# Magic will return an errno 36.
file = @tmp_path <> String.duplicate("a", 256)
send(port, {self(), {:command, :erlang.term_to_binary({:file, file})}})
assert_receive {^port, {:data, data}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment