summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_userclass_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6/option_userclass_test.go')
-rw-r--r--dhcpv6/option_userclass_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpv6/option_userclass_test.go b/dhcpv6/option_userclass_test.go
index 92c3848..3ba65cf 100644
--- a/dhcpv6/option_userclass_test.go
+++ b/dhcpv6/option_userclass_test.go
@@ -40,7 +40,7 @@ func TestOptUserClassToBytes(t *testing.T) {
}
data := opt.ToBytes()
expected := []byte{
- 0, 15, // OPTION_USER_CLASS
+ 0, 15, // OptionUserClass
0, 11, // length
0, 9, 'l', 'i', 'n', 'u', 'x', 'b', 'o', 'o', 't',
}
@@ -56,7 +56,7 @@ func TestOptUserClassToBytesMultiple(t *testing.T) {
}
data := opt.ToBytes()
expected := []byte{
- 0, 15, // OPTION_USER_CLASS
+ 0, 15, // OptionUserClass
0, 17, // length
0, 9, 'l', 'i', 'n', 'u', 'x', 'b', 'o', 'o', 't',
0, 4, 't', 'e', 's', 't',