Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Dec 19, 2024
1 parent 561542f commit 8887011
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/suites/dev-tanssi-relay/staking/test_staking_session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ describeSuite({

// Block 21: candidates that joined pallet_pooled_staking in session 0 are now eligible candidates
const collators21 = await polkadotJs.query.tanssiCollatorAssignment.collatorContainerChain();
console.log(collators21.toJSON());
expect(collators21.toJSON().containerChains[2000].length).to.equal(2);
expect(collators21.toJSON().containerChains[2001].length).to.equal(2);
//expect(collators21.toJSON()).to.deep.equal([...initialCollators.toJSON(), randomAccount.address]);
},
});
},
Expand Down

0 comments on commit 8887011

Please sign in to comment.