From e091eeee74e755fb88f96164ad1af45b2922a885 Mon Sep 17 00:00:00 2001 From: Nguyen Thuy Linh Date: Wed, 4 Dec 2024 13:59:58 +0700 Subject: [PATCH] update unit test --- v2/pkg/parser/zxrfqv3/parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/parser/zxrfqv3/parser_test.go b/v2/pkg/parser/zxrfqv3/parser_test.go index a4f1423..3ce07af 100644 --- a/v2/pkg/parser/zxrfqv3/parser_test.go +++ b/v2/pkg/parser/zxrfqv3/parser_test.go @@ -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)