Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Dec 20, 2024
1 parent 6e6155c commit c7543f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deployment/multiclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/router"
"github.com/smartcontractkit/chainlink/v2/core/logger"
)

func TestRevert(t *testing.T) {
errreason, err := parseErrorFromABI("0xae236d9c0000000000000000000000000000000000000000000000004d0102030cb384f5", router.RouterABI)
require.NoError(t, err)
require.Contains(t, errreason, "error not found in ABI")
}

func TestMultiClient(t *testing.T) {
lggr := logger.TestLogger(t)
// Expect an error if no RPCs supplied.
Expand Down

0 comments on commit c7543f7

Please sign in to comment.