Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Nov 5, 2024
1 parent 26c78b1 commit 66cf711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/waku/wait_for_remote_peer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sinon from "sinon";
import { waitForRemotePeer } from "./wait_for_remote_peer.js";
import { WakuNode } from "./waku.js";

describe.only("waitForRemotePeer", () => {
describe("waitForRemotePeer", () => {
let eventTarget = new EventTarget();

beforeEach(() => {
Expand Down

0 comments on commit 66cf711

Please sign in to comment.