Skip to content

Commit

Permalink
Update smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed Aug 20, 2021
1 parent d973cb3 commit 187f566
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("55779b88bac4206c6ed791b93fa3a386c2e71b52d896d262c6b69c476a6968fe");
expect(colonyAccount.stateRoot.toString("hex")).to.equal("abe2e24d6c366741cfb171ba03e452a705ef3ffce1715348fdfaccbdfd44fab2");
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("c08a918f4a223522b1a0f7679907e22c0b632774001a1dd80302c241d79cf1a1");
expect(colonyAccount.stateRoot.toString("hex")).to.equal("e4155b20950810ee1f0d04bec9f478b236222b088724c697f133e5302a9639ad");
expect(metaColonyAccount.stateRoot.toString("hex")).to.equal("74dcee2c4455828234dfefcca66a5b9a203306d38825be4b4ad2a5f8c54c7348");
expect(miningCycleAccount.stateRoot.toString("hex")).to.equal("224c0e5669bcc6a4f4c1a365cb86ce282268f5f9d972705a2779d387e0212b11");
expect(tokenLockingAccount.stateRoot.toString("hex")).to.equal("80696766e5a469ddcb6d14430a8f6d8df42784e5ce07c1590102374fff9b0702");
});
});
});

0 comments on commit 187f566

Please sign in to comment.