aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/ens/ens_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/ens/ens_test.go')
-rw-r--r--contracts/ens/ens_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/ens/ens_test.go b/contracts/ens/ens_test.go
index 5faa9b1ad..9ab137581 100644
--- a/contracts/ens/ens_test.go
+++ b/contracts/ens/ens_test.go
@@ -37,7 +37,7 @@ func TestENS(t *testing.T) {
contractBackend := backends.NewSimulatedBackend(core.GenesisAlloc{addr: {Balance: big.NewInt(1000000000)}})
transactOpts := bind.NewKeyedTransactor(key)
// Workaround for bug estimating gas in the call to Register
- transactOpts.GasLimit = big.NewInt(1000000)
+ transactOpts.GasLimit = 1000000
ens, err := DeployENS(transactOpts, contractBackend)
if err != nil {