We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d706a0 commit 5a485a1Copy full SHA for 5a485a1
packages/shared/src/scheduler.ts
@@ -806,7 +806,7 @@ export async function scheduledOverweightCallFails<
806
// `incompleteSince` storage item.
807
const incompleteSince = await client.api.query.scheduler.incompleteSince()
808
// TODO: this change only recently made it to Kusama and Polkadot. Update this when fully resolved.
809
- if (chain.name.toLowerCase().includes('collectives')) {
+ if (!chain.name.toLowerCase().includes('collectives')) {
810
assert(incompleteSince.isSome)
811
expect(incompleteSince.unwrap().toNumber()).toBe(targetBlockNumber! + 1)
812
} else {
0 commit comments