Skip to content

Commit 6d0d2a2

Browse files
committed
chore: fixing linting errors in asset-integration-test [CAPI-2357]
1 parent 9ca1dd5 commit 6d0d2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/asset-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('Asset API - Read', () => {
5959
})
6060

6161
test('returns [limit] number of items', async () => {
62-
const response = await environment.getAssetsWithCursor({ limit: 3})
62+
const response = await environment.getAssetsWithCursor({ limit: 3 })
6363

6464
expect(response.items).toHaveLength(3)
6565
expect(response.pages).toBeDefined()

0 commit comments

Comments
 (0)