EthereumCommonwealth / go-callisto

Official Go implementation of the Callisto protocol (CLO main client)
https://callisto.network
GNU Lesser General Public License v3.0
48 stars 29 forks source link

Error on TestSetupGenesis #2

Closed yograterol closed 6 years ago

yograterol commented 6 years ago

System information

Geth version: Lastest OS & Version: Windows/Linux/OSX

Expected behaviour

All tests MUST pass.

Actual behaviour

TestSetupGenesis is showing error.

Steps to reproduce the behaviour

Run go run build/ci.go test -coverage

Backtrace

--- FAIL: TestSetupGenesis (0.33s)
    genesis_test.go:152: no block in DB, genesis == nil: returned hash 0xc7ad351fed7a102a132445b2ff2ae3af040ea529ea208038fa9c3162e09f23b4, want 0x73ab688c08ff2062b61c301cd7abb13adf5cff3cf80e6238e129f03140183f01
FAIL
coverage: 72.8% of statements
yograterol commented 6 years ago

Fixed