Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
test(protocol): set time for ganache correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Schenk committed Apr 1, 2020
1 parent 6f5f905 commit b493b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ switch (process.env.MODE) {
}

let ganacheSubprovider = {};
ganacheSubprovider = new GanacheSubprovider({ mnemonic: process.env.TEST_MNEMONIC });
ganacheSubprovider = new GanacheSubprovider({ mnemonic: process.env.TEST_MNEMONIC , time: new Date('2019-12-31')});
engine.addProvider(ganacheSubprovider);

engine.start((err) => {
Expand Down

0 comments on commit b493b78

Please sign in to comment.