Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
linhnt3400 committed Dec 4, 2024
1 parent 6c3f730 commit e091eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/parser/zxrfqv3/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func TestExtractLogData(t *testing.T) {
}

func TestDeployParser_HandleDeployLog(t *testing.T) {
//t.Skip("Need to add the rpc url that enables the trace call JSON-RPC")
t.Skip("Need to add the rpc url that enables the trace call JSON-RPC")
ethClient, err := ethclient.Dial(rpcURL)
require.NoError(t, err)

Expand Down

0 comments on commit e091eee

Please sign in to comment.