Skip to content

Commit

Permalink
chore: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed May 14, 2024
1 parent 6569271 commit b947aa9
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ import {
beforeEachCustom,
ServiceNodesFleet
} from "../../src/index.js";
import { runMultipleNodes, teardownNodesWithRedundancy } from "../filter/utils";
import {
runMultipleNodes,
teardownNodesWithRedundancy
} from "../filter/utils.js";

describe("Waku Light Push: Peer Management", function () {
describe("Waku Light Push: Peer Management: E2E", function () {
this.timeout(15000);
let waku: LightNode;
let serviceNodes: ServiceNodesFleet;
Expand Down

0 comments on commit b947aa9

Please sign in to comment.