Skip to content

Commit

Permalink
Update smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed Jul 27, 2021
1 parent 2a7ee7a commit 1ed43ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test-smoke/colony-storage-consistent.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ contract("Contract Storage", (accounts) => {
console.log("miningCycleStateHash:", miningCycleAccount.stateRoot.toString("hex"));
console.log("tokenLockingStateHash:", tokenLockingAccount.stateRoot.toString("hex"));

expect(colonyNetworkAccount.stateRoot.toString("hex")).to.equal("06a3ae170ff6ba05d5b1b4b22046c697b23a9d2c97af0bd92a1ebcbd01e7c078");
expect(colonyAccount.stateRoot.toString("hex")).to.equal("1229c843866830f223030def91a84368a2c06231175ee9d7a29303b846fc4827");
expect(metaColonyAccount.stateRoot.toString("hex")).to.equal("78294685a492256887e3159e26071ba06d62883c72ccb26fd323a883eefc30fd");
expect(miningCycleAccount.stateRoot.toString("hex")).to.equal("e105190bcd647989da1579ac209ae54ed63e08224fbb2469bad9f596773fe558");
expect(tokenLockingAccount.stateRoot.toString("hex")).to.equal("8bab6ab2024de44a08765ee14ec3d6bdc0fa5ae2a5ee221c9f928345a3710658");
expect(colonyNetworkAccount.stateRoot.toString("hex")).to.equal("06f876944379b0edfcfa56ff226f10f48dcb787d0fc331aca69aa184ff4127fe");
expect(colonyAccount.stateRoot.toString("hex")).to.equal("41225a64884d7fce4bf116c8754c91db11bebee78e7102030edeca801af1933e");
expect(metaColonyAccount.stateRoot.toString("hex")).to.equal("d5fe57a5453202aa6bf438133e9d0b8399b42480e26529898aff08134b0a978f");
expect(miningCycleAccount.stateRoot.toString("hex")).to.equal("1d957c0b904f02cccbd707bac8922cfb7c297170c4216da1b6f517b42c8c6871");
expect(tokenLockingAccount.stateRoot.toString("hex")).to.equal("b8bd6248291c5618df041910f06c7344f20f2472596e06ce1ad991504f197a63");
});
});
});

0 comments on commit 1ed43ae

Please sign in to comment.