committed by
GitHub
parent
980504b47e
commit
62eb4beed2
@@ -19,7 +19,7 @@ type (
|
||||
failingMarshaller struct{}
|
||||
)
|
||||
|
||||
func (*failingMarshaller) marshal(_ any) ([]byte, error) {
|
||||
func (*failingMarshaller) Marshal(_ any) ([]byte, error) {
|
||||
return []byte{}, errTestMarshallerFailed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user