Skip to content

Commit be40c6b

Browse files
committed
test: assert notification fixture parses
1 parent e057e8e commit be40c6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/pythinker-web/test/turn-logic.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ describe('task notifications', () => {
853853
['outputPreview', { text: 'tail', truncated: 'true' }],
854854
])('rejects invalid optional %s metadata', (field, value) => {
855855
const parsed = parseTaskNotifications(notification)[0];
856+
expect(parsed).toBeDefined();
856857

857858
expect(
858859
taskNotificationFromMetadata({

0 commit comments

Comments
 (0)