ip/test/string/chars/ip/prefix_test.exs

6 lines
111 B
Elixir
Raw Normal View History

defmodule StringCharsIPPrefixTest do
@moduledoc false
use ExUnit.Case
doctest String.Chars.IP.Prefix
end