Skip to content

Commit

Permalink
segregate test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisPH3 committed Nov 12, 2024
1 parent 2bf214c commit d98ed18
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package tests
package withdrawal_tests

import (
"bytes"
"context"
"math/big"
"testing"

"github.com/Fantom-foundation/go-opera/tests"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rlp"
Expand All @@ -16,7 +17,7 @@ func TestWithdrawalFieldsInBlocks(t *testing.T) {
requireBase := require.New(t)

// start network.
net, err := StartIntegrationTestNet(t.TempDir())
net, err := tests.StartIntegrationTestNet(t.TempDir())
requireBase.NoErrorf(err, "Failed to start the fake network: ", err)
defer net.Stop()

Expand Down

0 comments on commit d98ed18

Please sign in to comment.