ssz icon indicating copy to clipboard operation
ssz copied to clipboard

Unit tests failing

Open PyAgni opened this issue 6 months ago • 2 comments

I cloned the repo locally for working on https://github.com/karalabe/ssz/issues/12, and tried running go test ./tests at the root directory, but it looks like unit tests for TestConsensusSpecBasics are all failing with the same error.

Reference: image

line 1: cannot unmarshal !!str `version...` into struct { Root string "yaml:\"root\"" }

image

PyAgni avatar Jul 26 '24 13:07 PyAgni