diff --git a/batch_balance/batch_balance_test.go b/batch_balance/batch_balance_test.go index 9ccf2bb..c863640 100644 --- a/batch_balance/batch_balance_test.go +++ b/batch_balance/batch_balance_test.go @@ -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) {