Skip to content

Commit

Permalink
fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
antonlerner committed Aug 31, 2021
1 parent fcfccc8 commit 760a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activation/activation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func TestBuilder_StartSmeshingCoinbase(t *testing.T) {
builder := newBuilder(t, activationDb)

coinbase := types.Address{1, 1, 1}
require.NoError(t, builder.StartSmeshing(context.Background(), coinbase, PostSetupOpts{}))
require.NoError(t, builder.StartSmeshing(coinbase, PostSetupOpts{}))
t.Cleanup(func() { builder.StopSmeshing(true) })
require.Equal(t, coinbase, builder.Coinbase())
}
Expand Down

0 comments on commit 760a3de

Please sign in to comment.