Skip to content

Commit c3fc00a

Browse files
committed
fix state manager tests
1 parent 475b83f commit c3fc00a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/state-manager/src/utils/tests/factories.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,5 +626,7 @@ export const getSocketFactory = async () => {
626626

627627
factory.define<boolean>(SocketEvents.HCAPTCHA_VERIFICATION_UPDATE, Object, () => true)
628628

629+
factory.define<boolean>(SocketActions.TOGGLE_P2P, Object, () => true)
630+
629631
return factory
630632
}

0 commit comments

Comments
 (0)