diff options
Diffstat (limited to 'dhcpv6/dhcpv6_test.go')
-rw-r--r-- | dhcpv6/dhcpv6_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpv6/dhcpv6_test.go b/dhcpv6/dhcpv6_test.go index 476acd2..844dabf 100644 --- a/dhcpv6/dhcpv6_test.go +++ b/dhcpv6/dhcpv6_test.go @@ -140,6 +140,8 @@ func TestFromAndToBytes(t *testing.T) { func TestFromBytesInvalid(t *testing.T) { expected := [][]byte{ {}, + {30}, + {12}, } t.Parallel() for i, packet := range expected { |