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