Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jan 20, 2025
1 parent fb4834d commit 41e2fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cma-client-node/__tests__/item.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('item', () => {
const duplicated = await client.items.duplicate(item.id);
expect(duplicated.title).toEqual('Updated 2 (duplicate)');

const list = await client.items.list();
const list = await client.items.list({ version: 'current' });

expect(list[0]!.title).toEqual('Updated 2 (duplicate)');

Expand Down

0 comments on commit 41e2fb0

Please sign in to comment.