From 3587468520afcf37eba571108e0759723f19a0f8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 1 May 2026 16:26:36 +0200 Subject: [PATCH] auto-git: [change] tests/unit/player-locomotion.test.ts --- tests/unit/player-locomotion.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/player-locomotion.test.ts b/tests/unit/player-locomotion.test.ts index ae6c2b43..fcd59f41 100644 --- a/tests/unit/player-locomotion.test.ts +++ b/tests/unit/player-locomotion.test.ts @@ -23,7 +23,8 @@ const DEFAULT_MOVEMENT: RuntimePlayerMovement = { capabilities: movementTemplate.capabilities, jump: movementTemplate.jump, sprint: movementTemplate.sprint, - crouch: movementTemplate.crouch + crouch: movementTemplate.crouch, + edgeAssist: movementTemplate.edgeAssist }; const FORWARD_INPUT: PlayerStartActionInputState = {