fix: failing tests from master merge

This commit is contained in:
danisharora099 2024-01-19 20:19:06 +05:30
parent 434f974601
commit 64942719cf
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135

View File

@ -439,7 +439,8 @@ describe("Waku Store (named sharding), custom pubsub topic", function () {
await nwaku2.start({
store: true,
pubsubTopic: [customShardedPubsubTopic2],
relay: true
relay: true,
clusterId: customShardInfo2.clusterId
});
await nwaku2.ensureSubscriptions([customShardedPubsubTopic2]);