Remove speakerName from dialogue lines in project-document-json.test.ts

This commit is contained in:
2026-04-15 10:12:13 +02:00
parent 786039dcd0
commit 51bfea0a80

View File

@@ -98,7 +98,6 @@ describe("project document JSON", () => {
lines: [
{
id: "dialogue-line-market-1",
speakerName: "Merchant",
text: "Fresh bread."
}
]
@@ -175,7 +174,6 @@ describe("project document JSON", () => {
lines: [
{
id: "dialogue-line-market-1",
speakerName: "Merchant",
text: "Fresh fruit."
}
]