using TestShardInfo

This commit is contained in:
Gabriel mermelstein 2024-07-24 11:06:01 +03:00
parent 591a79046c
commit 93aadcd12d
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@ import {
} from "../../src/index.js"; } from "../../src/index.js";
import { import {
runMultipleNodes, runMultipleNodes,
teardownNodesWithRedundancy teardownNodesWithRedundancy,
TestShardInfo
} from "../filter/utils.js"; } from "../filter/utils.js";
describe("Waku Filter: Peer Management: E2E", function () { describe("Waku Filter: Peer Management: E2E", function () {
@ -45,7 +46,7 @@ describe("Waku Filter: Peer Management: E2E", function () {
console.log("------------- 1 ---------"); console.log("------------- 1 ---------");
[serviceNodes, waku] = await runMultipleNodes( [serviceNodes, waku] = await runMultipleNodes(
this.ctx, this.ctx,
undefined, TestShardInfo,
undefined, undefined,
5 5
); );