Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed May 10, 2024
1 parent cc96327 commit a872da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/cms/signed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package cms
import (
"context"
"crypto/x509"
"fmt"
"os"
"reflect"
"testing"
Expand Down Expand Up @@ -103,7 +102,7 @@ func TestParseSignedData(t *testing.T) {
_, err := ParseSignedData([]byte{
0x30, 0x10, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0, 0x03, 0x04, 0x01, 0x78,
})
fmt.Println(err)

if err == nil {
t.Fatal("ParseSignedData() error = nil, wantErr true")
}
Expand Down

0 comments on commit a872da4

Please sign in to comment.