Skip to content

Commit 5442bab

Browse files
committed
chore: fixing linting errors in unit tests for create-environment [CAPI-2387]
1 parent e611418 commit 5442bab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/unit/create-environment-api.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ describe('A createEnvironmentApi', () => {
287287
})
288288
})
289289

290-
test('API call getPublishedEntriesWithCursor', async () => {
290+
test('API call getPublishedEntriesWithCursor', async () => {
291291
return makeGetPaginatedCollectionTest(setup, {
292292
entityType: 'entry',
293293
mockToReturn: mockCursorPaginatedCollection<EntryProps>(entryMock),
@@ -300,7 +300,6 @@ describe('A createEnvironmentApi', () => {
300300
methodToTest: 'getPublishedEntriesWithCursor',
301301
})
302302
})
303-
304303

305304
test('API call createEntry', async () => {
306305
const { api, makeRequest, entitiesMock } = setup(Promise.resolve(entryMock))
@@ -388,7 +387,7 @@ describe('A createEnvironmentApi', () => {
388387
})
389388
})
390389

391-
test('API call getPublishedAssetsWithCursor', async () => {
390+
test('API call getPublishedAssetsWithCursor', async () => {
392391
return makeGetPaginatedCollectionTest(setup, {
393392
entityType: 'asset',
394393
mockToReturn: mockCursorPaginatedCollection<AssetProps>(assetMock),

0 commit comments

Comments
 (0)