From c00bcd84e9ef897c95484adf90debe6574cc2be9 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Tue, 17 May 2022 16:28:30 +0300 Subject: [PATCH] fix: test name --- batch_balance/batch_balance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch_balance/batch_balance_test.go b/batch_balance/batch_balance_test.go index d7c47f1..9ccf2bb 100644 --- a/batch_balance/batch_balance_test.go +++ b/batch_balance/batch_balance_test.go @@ -17,7 +17,7 @@ var conf = &tConfig{ batchContract: os.Getenv("BATCH_BALANCE"), } -func TestCicNet_Connect(t *testing.T) { +func TestBatchBalance_Connect(t *testing.T) { name := "Test RPC connection" wantErr := false