Fix JSON key quoting in local-draft-storage.test.ts

This commit is contained in:
2026-04-11 03:53:16 +02:00
parent 659485870a
commit 58b7be9f6b

View File

@@ -268,7 +268,7 @@ describe("local draft storage", () => {
const result = saveSceneDocumentDraft(new MemoryStorage(), {
...createProjectDocumentFromSceneDocument(createEmptySceneDocument()),
scenes: {
scene-main: {
"scene-main": {
id: "scene-main",
name: "Untitled Scene",
world: createEmptySceneDocument().world,