Fix scene ID quotes in local draft storage test
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user