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,