Skip to content

Commit 28f9b90

Browse files
test(sessions): account for owned publication lock wrapper
1 parent c6f8a9e commit 28f9b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/sessions/transcript.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe("appendAssistantMessageToSessionTranscript", () => {
137137
);
138138

139139
expect(result.ok).toBe(true);
140-
expect(events).toEqual(["lock", "lock"]);
140+
expect(events).toEqual(["lock", "lock", "lock"]);
141141
});
142142

143143
it("keeps matching owned transcript appends locked from bound callbacks", async () => {

0 commit comments

Comments
 (0)