mirror of https://github.com/waku-org/js-waku.git
using TestShardInfo
This commit is contained in:
parent
591a79046c
commit
93aadcd12d
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue