From d270ee1f4533e888b6ff5a50d0349043e05a8c25 Mon Sep 17 00:00:00 2001 From: HexaField Date: Fri, 3 Nov 2023 12:48:38 +1100 Subject: [PATCH] move peer id to store --- tests/avatars/AvatarIntegrationTests.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/avatars/AvatarIntegrationTests.test.ts b/tests/avatars/AvatarIntegrationTests.test.ts index 8e4301c..8e021ea 100644 --- a/tests/avatars/AvatarIntegrationTests.test.ts +++ b/tests/avatars/AvatarIntegrationTests.test.ts @@ -74,7 +74,6 @@ describe.skip('avatarFunctions Integration', async () => { createEngine() createMockNetwork() Engine.instance.userID = NetworkState.worldNetwork.hostId - Engine.instance.peerID = 'peer id' as PeerID getMutableState(EngineState).publicPath.set('') await Physics.load() getMutableState(PhysicsState).physicsWorld.set(Physics.createWorld())