diff --git a/tests/unit/runtime-host.test.ts b/tests/unit/runtime-host.test.ts index 939b2f74..4fb1c7e9 100644 --- a/tests/unit/runtime-host.test.ts +++ b/tests/unit/runtime-host.test.ts @@ -80,7 +80,7 @@ describe("RuntimeHost", () => { message: null }); expect(runtimeMessages).toContain( - "Third Person active. Drag to orbit the camera, use WASD to move, and scroll to zoom." + "Third Person active. Drag to orbit the camera, use the right stick for gamepad camera look, move with your authored bindings, and scroll to zoom." ); });