summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_root_path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv4/option_root_path_test.go')
-rw-r--r--dhcpv4/option_root_path_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/dhcpv4/option_root_path_test.go b/dhcpv4/option_root_path_test.go
index 4bc7bc1..0bfbd65 100644
--- a/dhcpv4/option_root_path_test.go
+++ b/dhcpv4/option_root_path_test.go
@@ -11,8 +11,6 @@ func TestOptRootPathInterfaceMethods(t *testing.T) {
require.Equal(t, OptionRootPath, o.Code(), "Code")
require.Equal(t, 12, o.Length(), "Length")
wantBytes := []byte{
- byte(OptionRootPath),
- 12,
'/', 'f', 'o', 'o', '/', 'b', 'a', 'r', '/', 'b', 'a', 'z',
}
require.Equal(t, wantBytes, o.ToBytes(), "ToBytes")