Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 29, 2024
1 parent d99dcfe commit dc86031
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dataavailability/datacommittee/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
smcparis "github.com/0xPolygon/cdk-contracts-tooling/contracts/banana-paris/polygondatacommittee"
"github.com/0xPolygon/cdk-contracts-tooling/contracts/banana/polygondatacommittee"
"github.com/0xPolygon/cdk/log"
erc1967proxy "github.com/0xPolygon/cdk/test/contracts/erc1967proxy"
"github.com/0xPolygon/cdk/test/contracts/erc1967proxy"

Check failure on line 12 in dataavailability/datacommittee/datacommittee_test.go

View workflow job for this annotation

GitHub Actions / test-unittest

no required module provides package github.com/0xPolygon/cdk/test/contracts/erc1967proxy; to add it:
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
Expand All @@ -20,8 +20,6 @@ import (
)

func TestUpdateDataCommitteeEvent(t *testing.T) {
//t.Skip("This test is not working because the simulated backend doesnt accept PUSH0, check: https://github.com/ethereum/go-ethereum/issues/28144#issuecomment-2247124776")
// Set up testing environment
dac, ethBackend, auth, da := newTestingEnv(t)

// Update the committee
Expand Down

0 comments on commit dc86031

Please sign in to comment.