Skip to content

Commit

Permalink
reenable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Sep 7, 2023
1 parent a860d53 commit 51c91cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/tests/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe("Util: toAsyncIterator: Filter", () => {

const TestCodec = "test/1";

describe.only("selectPeerForProtocol", () => {
describe("selectPeerForProtocol", () => {
let peerStore: PeerStore;
const protocols = [TestCodec];

Expand Down

0 comments on commit 51c91cd

Please sign in to comment.