Skip to content

Commit

Permalink
Update e2e-tests/tests/upgrade-chain/test-upgrade-chain.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi di Girolamo <17044119+luispdm@users.noreply.github.com>
  • Loading branch information
tsenovilla and luispdm authored Dec 13, 2024
1 parent c90c992 commit f44cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/upgrade-chain/test-upgrade-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describeWithExistingNode(
// The runtime version in LAOS is at smaller than the development version
expect(
liveSpecVersion < RUNTIME_SPEC_VERSION,
"developed runtime version equals live chain version"
"developed runtime version is not greater than the live chain version"
).to.be.true;

const tx = this.chains.laos.tx.sudo.sudo(this.chains.laos.tx.system.setCode(`0x${wasmFile}`));
Expand Down

0 comments on commit f44cc5e

Please sign in to comment.