This commit is contained in:
fryorcraken 2025-07-11 13:33:45 +10:00
parent ed389ccbc9
commit 188e4bf928
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -228,7 +228,7 @@ describe("waku:connection", function () {
globalThis.dispatchEvent = undefined;
});
it(`should emit events and trasition isConnected state when has peers or no peers`, async function () {
it(`should emit events and transition isConnected state when has peers or no peers`, async function () {
const privateKey1 = await generateKeyPair("secp256k1");
const privateKey2 = await generateKeyPair("secp256k1");
const peerIdPx = peerIdFromPrivateKey(privateKey1);