fix: (test) env var name

This commit is contained in:
2022-05-17 20:27:35 +03:00
parent c00bcd84e9
commit c090d30253

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) {