quality: Add test cases for desc stats message

This commit is contained in:
Eishun Kondoh 2019-05-02 23:58:41 +09:00
parent 794f2f3fca
commit 7055dfd93b
4 changed files with 115 additions and 20 deletions

View file

@ -44,7 +44,7 @@ defmodule Openflow.Multipart.Aggregate.Reply do
}
end
@spec to_binary(t()) :: <<_::192>>
@spec to_binary(t()) :: <<_::64, _::_*8>>
def to_binary(aggregate) do
<<
Openflow.Multipart.Reply.header(aggregate)::bytes,