Skip to content

Commit

Permalink
Update network/alsp/manager/manager_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahya Hassanzadeh, Ph.D. <yhassanzadeh@ieee.org>
  • Loading branch information
kc1116 and yhassanzadeh13 authored Jul 12, 2023
1 parent c924c1c commit ca4fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/alsp/manager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func TestHandleReportedMisbehavior_And_SlashingViolationsConsumer_Integration(t
ids, nodes, _ := testutils.LibP2PNodeForMiddlewareFixture(t, len(slashingMisbehaviors)+2,
p2ptest.WithPeerManagerEnabled(p2ptest.PeerManagerConfigFixture(), nil))
mws, _ := testutils.MiddlewareFixtures(t, ids, nodes, testutils.MiddlewareConfigFixture(t), mocknetwork.NewViolationsConsumer(t))
networkCfg := testutils.NetworkConfigFixture(t, *ids[0], ids, mws[0], p2p.WithAlspConfig(cfg))
networkCfg := testutils.NetworkConfigFixture(t, *ids[0], ids, mws[0], p2p.WithAlspConfig(managerCfgFixture(t)))
victimNetwork, err := p2p.NewNetwork(networkCfg)
require.NoError(t, err)

Expand Down

0 comments on commit ca4fc5b

Please sign in to comment.