mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2024-11-23 14:26:45 +01:00
fix: (test) env var name
This commit is contained in:
parent
c00bcd84e9
commit
c090d30253
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user