Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Dec 7, 2023
1 parent 1fce61a commit 774e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/encoding/asn1/asn1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

func TestConvertToDER(t *testing.T) {
var testBytes = make([]byte, 0xFFFFFFFF)
var testBytes = make([]byte, 0xFFFFFFFF+8)
testBytes[0] = 0x1f
testBytes[1] = 0xa0
testBytes[2] = 0x20
Expand Down

0 comments on commit 774e8b6

Please sign in to comment.