fix: test name

This commit is contained in:
Mohamed Sohail 2022-05-17 16:28:30 +03:00
parent c34e1444dc
commit c00bcd84e9
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 1 additions and 1 deletions

View File

@ -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