fix: test name

This commit is contained in:
2022-05-17 16:28:30 +03:00
parent c34e1444dc
commit c00bcd84e9

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