Fix scene ID quotes in local draft storage test

This commit is contained in:
2026-04-11 03:52:50 +02:00
parent 2f40bdc184
commit ca8dd5361d

View File

@@ -192,11 +192,11 @@ describe("local draft storage", () => {
...createEmptyProjectDocument({ sceneName: "Entry" }),
activeSceneId: "scene-hall",
scenes: {
scene-main: createEmptyProjectScene({
"scene-main": createEmptyProjectScene({
id: "scene-main",
name: "Entry"
}),
scene-hall: createEmptyProjectScene({
"scene-hall": createEmptyProjectScene({
id: "scene-hall",
name: "Hallway"
})