Skip to content

Commit 34df2d0

Browse files
committed
Update smoke tests
1 parent ca0dd96 commit 34df2d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test-smoke/colony-storage-consistent.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ contract("Contract Storage", (accounts) => {
154154
console.log("miningCycleStateHash:", miningCycleAccount.stateRoot.toString("hex"));
155155
console.log("tokenLockingStateHash:", tokenLockingAccount.stateRoot.toString("hex"));
156156

157-
expect(colonyNetworkAccount.stateRoot.toString("hex")).to.equal("82e6b44f4f0ffa1697daea594a335e85ee5f695fb996feaf65ad70db15f3c28f");
158-
expect(colonyAccount.stateRoot.toString("hex")).to.equal("f3bc877e660cc81eda6a406288d66cbd8b8793c6d0617645e1e1d782f029944e");
159-
expect(metaColonyAccount.stateRoot.toString("hex")).to.equal("d5fe57a5453202aa6bf438133e9d0b8399b42480e26529898aff08134b0a978f");
160-
expect(miningCycleAccount.stateRoot.toString("hex")).to.equal("1d957c0b904f02cccbd707bac8922cfb7c297170c4216da1b6f517b42c8c6871");
161-
expect(tokenLockingAccount.stateRoot.toString("hex")).to.equal("b8bd6248291c5618df041910f06c7344f20f2472596e06ce1ad991504f197a63");
157+
expect(colonyNetworkAccount.stateRoot.toString("hex")).to.equal("1679b16cb0efcdee6c8d387a8661918c010ed4cc8771ec660d3595e0c9a49ade");
158+
expect(colonyAccount.stateRoot.toString("hex")).to.equal("42d53a9f20f8425b12bff82beb45f7cc913aa9aa000d2d9c40b383c14f35701c");
159+
expect(metaColonyAccount.stateRoot.toString("hex")).to.equal("aa200a0942d03ee788ed61a51202576f2bfec1f9aa38d600706773e8b255ae64");
160+
expect(miningCycleAccount.stateRoot.toString("hex")).to.equal("71ac589b08983ae20a27996a781060274da4cd88a36a2a55d4f499379a8ab866");
161+
expect(tokenLockingAccount.stateRoot.toString("hex")).to.equal("252ae36ae857089fb21f0140041b815225f9ecd1f0e32f0e9c6716349fa74a4e");
162162
});
163163
});
164164
});

0 commit comments

Comments
 (0)