Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Dec 26, 2023
1 parent 9f6e6b0 commit 148e0a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/encoding/asn1/asn1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ import (

func TestConvertToDER(t *testing.T) {
var testBytes = make([]byte, 0xFFFFFFFF+8)
// primitive identifier
testBytes[0] = 0x1f
testBytes[1] = 0xa0
testBytes[2] = 0x20
// length
testBytes[3] = 0x84
testBytes[4] = 0xFF
testBytes[5] = 0xFF
Expand Down

0 comments on commit 148e0a9

Please sign in to comment.