Skip to content

Commit

Permalink
small cleanup of test
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Jul 4, 2024
1 parent eddbd13 commit f7454c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions activation/e2e/atx_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func Test_MarryAndMerge(t *testing.T) {

logger := zaptest.NewLogger(t)
goldenATX := types.ATXID{2, 3, 4}
coinbase := types.Address{1, 2, 3, 4, 5, 6, 7}
cfg := testPostConfig()
db := sql.InMemory()
cdb := datastore.NewCachedDB(db, logger)
Expand Down Expand Up @@ -405,7 +404,6 @@ func Test_MarryAndMerge(t *testing.T) {
[]types.ATXID{marriageATX.ID(), prevATXID},
membershipProof,
)
mergedATX.Coinbase = coinbase
mergedATX.VRFNonce = nonces[0]
mergedATX.Sign(mainID)

Expand Down Expand Up @@ -459,7 +457,6 @@ func Test_MarryAndMerge(t *testing.T) {
[]types.ATXID{mergedATX.ID()},
membershipProof,
)
mergedATX2.Coinbase = coinbase
mergedATX2.VRFNonce = nonces[1]
mergedATX2.Sign(signers[1])

Expand Down

0 comments on commit f7454c3

Please sign in to comment.