Skip to content

Tests fail on curent master #240

@josephlr

Description

@josephlr

Right now, running go test -p 1 ./... results in the following failure (on go 1.16.2):

--- FAIL: TestEncodingPackTypeInvalid (0.00s)
    encoding_test.go:54: The packing function incorrectly succeeds for a non-packable value

This looks to be caused by ioutil.Discard being a valid value for packing. As of Go 1.16, this value was changed to be io.Discard which is just an empty struct (which is a valid value for packing).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions