Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from EtherealEngine/move-peer-id-to-store
Browse files Browse the repository at this point in the history
move peer id to store
  • Loading branch information
HexaField authored Nov 7, 2023
2 parents 08103b2 + d270ee1 commit 7da5200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/avatars/AvatarIntegrationTests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 7da5200

Please sign in to comment.