Skip to content

Commit 95c1130

Browse files
committed
Fix: Update mockResolvedValue in attachments.spec.ts for consistency with APIClient requestStream
1 parent 8378a7f commit 95c1130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/attachments.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('Attachments', () => {
2525
controller.close();
2626
},
2727
});
28-
apiClient.requestStream.mockResolvedValue(Promise.resolve(mockStream));
28+
apiClient.requestStream.mockResolvedValue(mockStream);
2929
});
3030

3131
describe('find', () => {

0 commit comments

Comments
 (0)