Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Nov 29, 2023
1 parent 935c9e5 commit c7c7439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snow/engine/snowman/transitive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ func setup(t *testing.T, engCfg Config) (ids.NodeID, validators.Manager, *common

vdr := ids.GenerateTestNodeID()
require.NoError(vals.AddStaker(engCfg.Ctx.SubnetID, vdr, nil, ids.Empty, 1))
err := engCfg.ConnectedValidators.Connected(context.Background(), vdr, version.CurrentApp)
require.NoError(err)
require.NoError(engCfg.ConnectedValidators.Connected(context.Background(), vdr, version.CurrentApp))

vals.RegisterCallbackListener(engCfg.Ctx.SubnetID, engCfg.ConnectedValidators)

Expand Down

0 comments on commit c7c7439

Please sign in to comment.