mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-21 08:38:17 +00:00
using TestShardInfo
This commit is contained in:
parent
591a79046c
commit
93aadcd12d
@ -22,7 +22,8 @@ import {
|
||||
} from "../../src/index.js";
|
||||
import {
|
||||
runMultipleNodes,
|
||||
teardownNodesWithRedundancy
|
||||
teardownNodesWithRedundancy,
|
||||
TestShardInfo
|
||||
} from "../filter/utils.js";
|
||||
|
||||
describe("Waku Filter: Peer Management: E2E", function () {
|
||||
@ -45,7 +46,7 @@ describe("Waku Filter: Peer Management: E2E", function () {
|
||||
console.log("------------- 1 ---------");
|
||||
[serviceNodes, waku] = await runMultipleNodes(
|
||||
this.ctx,
|
||||
undefined,
|
||||
TestShardInfo,
|
||||
undefined,
|
||||
5
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user