mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 08:13:12 +00:00
fix typo
This commit is contained in:
parent
ed389ccbc9
commit
188e4bf928
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user