aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ber/ber_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ber/ber_test.go b/ber/ber_test.go
index 696df09..74e64cd 100644
--- a/ber/ber_test.go
+++ b/ber/ber_test.go
@@ -200,7 +200,7 @@ var classTestData = map[Header][]byte{
{classApplication, kindConstructed, 2}: {0x62},
{classContextSpecific, kindConstructed, 1}: {0xa1},
{classPrivate, kindPrimitive, 32}: {0xdf, 0x20},
- {classPrivate, kindPrimitive, 256}: {0xdf, 0x82, 0x00},
+ {classPrivate, kindConstructed, 256}: {0xff, 0x82, 0x00},
}
func TestClass(t *testing.T) {