mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 19:51:20 +00:00
add balance cache tests to testsuite (#11962)
This commit is contained in:
parent
5e89dac9f0
commit
1b11a9672a
@ -118,6 +118,7 @@ go_test(
|
||||
"receive_attestation_test.go",
|
||||
"receive_block_test.go",
|
||||
"service_test.go",
|
||||
"state_balance_cache_test.go",
|
||||
"weak_subjectivity_checks_test.go",
|
||||
],
|
||||
embed = [":go_default_library"],
|
||||
|
@ -34,7 +34,8 @@ func testStateFixture(opts ...testStateOpt) state.BeaconState {
|
||||
for _, o := range opts {
|
||||
o(a)
|
||||
}
|
||||
s, _ := state_native.InitializeFromProtoUnsafeAltair(a)
|
||||
s, err := state_native.InitializeFromProtoUnsafeAltair(a)
|
||||
_ = err
|
||||
return s
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user