fix: (test) env var name

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

View File

@ -14,7 +14,7 @@ type tConfig struct {
var conf = &tConfig{
rpcProvider: os.Getenv("RPC_PROVIDER"),
batchContract: os.Getenv("BATCH_BALANCE"),
batchContract: os.Getenv("BATCH_CONTRACT"),
}
func TestBatchBalance_Connect(t *testing.T) {