Skip to content

Commit

Permalink
Fix: add id to test message creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Dec 11, 2024
1 parent 22f457f commit c9b2e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/developer-options.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const mockTranscriptStore = ChatTranscriptModel.create({
speaker: "DAVAI",
content: "Hello. How can I help you today?",
timestamp: "2021-07-01T12:00:00Z",
id: "msg_1",
},
],
});
Expand Down

0 comments on commit c9b2e14

Please sign in to comment.