Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Update tests for constructor arg validation
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Jan 16, 2018
1 parent 3fa6a02 commit d158eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/deployer.js
@@ -1,4 +1,4 @@
var TestRPC = require("ethereumjs-testrpc");
var TestRPC = require("ganache-cli");
var contract = require("truffle-contract");
var Deployer = require("../index");
var Web3 = require("web3");
Expand Down Expand Up @@ -72,7 +72,7 @@ describe("deployer", function() {
from: accounts[0]
});

deployer.deploy(Example);
deployer.deploy(Example, 1);

return deployer.start().then(function() {
assert.notEqual(Example.address, null);
Expand Down

0 comments on commit d158eb2

Please sign in to comment.