Remove speakerName from dialogue lines in build-runtime-scene.test.ts

This commit is contained in:
2026-04-15 10:12:06 +02:00
parent 07835ae7d5
commit 786039dcd0

View File

@@ -152,7 +152,6 @@ describe("buildRuntimeSceneFromDocument", () => {
lines: [
{
id: "dialogue-line-warning-1",
speakerName: "Operator",
text: "The generator is unstable."
}
]
@@ -629,7 +628,6 @@ describe("buildRuntimeSceneFromDocument", () => {
lines: [
{
id: "dialogue-line-warning-1",
speakerName: "Operator",
text: "The generator is unstable."
}
]
@@ -1567,7 +1565,6 @@ describe("buildRuntimeSceneFromDocument", () => {
lines: [
{
id: "dialogue-line-patrol-1",
speakerName: "Guard",
text: "All clear."
}
]