Skip to content

Commit 1ed43ae

Browse files
committed
Update smoke tests
1 parent 2a7ee7a commit 1ed43ae

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("06a3ae170ff6ba05d5b1b4b22046c697b23a9d2c97af0bd92a1ebcbd01e7c078");
158-
expect(colonyAccount.stateRoot.toString("hex")).to.equal("1229c843866830f223030def91a84368a2c06231175ee9d7a29303b846fc4827");
159-
expect(metaColonyAccount.stateRoot.toString("hex")).to.equal("78294685a492256887e3159e26071ba06d62883c72ccb26fd323a883eefc30fd");
160-
expect(miningCycleAccount.stateRoot.toString("hex")).to.equal("e105190bcd647989da1579ac209ae54ed63e08224fbb2469bad9f596773fe558");
161-
expect(tokenLockingAccount.stateRoot.toString("hex")).to.equal("8bab6ab2024de44a08765ee14ec3d6bdc0fa5ae2a5ee221c9f928345a3710658");
157+
expect(colonyNetworkAccount.stateRoot.toString("hex")).to.equal("06f876944379b0edfcfa56ff226f10f48dcb787d0fc331aca69aa184ff4127fe");
158+
expect(colonyAccount.stateRoot.toString("hex")).to.equal("41225a64884d7fce4bf116c8754c91db11bebee78e7102030edeca801af1933e");
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");
162162
});
163163
});
164164
});

0 commit comments

Comments
 (0)