mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 11:41:48 +00:00
parent
51576f236d
commit
e81ccb7deb
5 changed files with 7 additions and 7 deletions
|
@ -279,7 +279,7 @@ func TestFilteredBlockSubscriptions(t *testing.T) {
|
|||
|
||||
require.Equal(t, response.BlockEventID, resp.Event)
|
||||
rmap := resp.Payload[0].(map[string]interface{})
|
||||
cd := rmap["consensus_data"].(map[string]interface{})
|
||||
cd := rmap["consensusdata"].(map[string]interface{})
|
||||
primary := cd["primary"].(float64)
|
||||
require.Equal(t, 3, int(primary))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue