Skip to content

Commit

Permalink
chore: EigenDA E2E test - lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Aug 13, 2024
1 parent 5663457 commit dda4c51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions system_tests/eigenda_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestEigenDAProxyBatchPosting(t *testing.T) {
initTest(t)

ctx, cancel := context.WithCancel(context.Background())
defer func() {
defer func() {
cancel()
}()

Expand Down Expand Up @@ -57,7 +57,6 @@ func TestEigenDAProxyBatchPosting(t *testing.T) {
execA, err := gethexec.CreateExecutionNode(ctx, l2stackA, l2chainDb, l2blockchain, l1client, gethexec.ConfigDefaultTest)
Require(t, err)


l2Cfg := l2blockchain.Config()
l2Cfg.ArbitrumChainParams.DataAvailabilityCommittee = false
l2Cfg.ArbitrumChainParams.EigenDA = true
Expand All @@ -69,8 +68,6 @@ func TestEigenDAProxyBatchPosting(t *testing.T) {
l1NodeConfigB.BlockValidator.Enable = false
l1NodeConfigB.EigenDA.Enable = true
l1NodeConfigB.EigenDA.Rpc = proxyURL



l2clientB, nodeB := Create2ndNodeWithConfig(t, ctx, nodeA, l1stack, l1info, &l2info.ArbInitData, l1NodeConfigB, nil, nil)
checkEigenDABatchPosting(t, ctx, l1client, l2clientA, l1info, l2info, big.NewInt(1e12), l2clientB)
Expand Down

0 comments on commit dda4c51

Please sign in to comment.