Skip to content

Commit c3c705b

Browse files
committed
fix: it
1 parent 4b22094 commit c3c705b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/cli/personal-data-erasure.it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('personal data erasure', () => {
105105
it('should get data on the CTP', async () => {
106106
const data = await personalDataErasure.getCustomerData(customerId)
107107

108-
expect(data).toHaveLength(10)
108+
expect(data).toHaveLength(11)
109109
})
110110
})
111111

0 commit comments

Comments
 (0)