Remove speakerName from dialogue lines in build-runtime-scene.test.ts
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user