From 5166af9cbfb73d4540db6106f22fae115f73473e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 23:55:59 +0200 Subject: [PATCH] Update NPC entity test to include time window presence --- tests/serialization/scene-document-json.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 3bbb4348..17f99f83 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -1254,6 +1254,10 @@ describe("scene document JSON", () => { const npc = createNpcEntity({ id: "entity-npc-guide", actorId: "actor-town-guide", + presence: createNpcTimeWindowPresence({ + startHour: 21.5, + endHour: 2.5 + }), position: { x: 4, y: 0,