From 51bfea0a80a06b17169af16b716c786699c0aad5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 10:12:13 +0200 Subject: [PATCH] Remove speakerName from dialogue lines in project-document-json.test.ts --- tests/serialization/project-document-json.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/serialization/project-document-json.test.ts b/tests/serialization/project-document-json.test.ts index 6890f9e9..8aa63466 100644 --- a/tests/serialization/project-document-json.test.ts +++ b/tests/serialization/project-document-json.test.ts @@ -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." } ]