Skip to content

Commit 7c97e0b

Browse files
committed
CCM-14480: Fix linting issue
1 parent 0c8fb79 commit 7c97e0b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/playwright/digital-letters-component-tests/ttl-create.component.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { getTtl } from 'helpers/dynamodb-helpers';
1515
import eventPublisher from 'helpers/event-bus-helpers';
1616
import expectToPassEventually from 'helpers/expectations';
1717
import { expectMessageContainingString, purgeQueue } from 'helpers/sqs-helpers';
18-
import { promiseHooks } from 'node:v8';
1918
import { v4 as uuidv4 } from 'uuid';
2019

2120
test.describe('Digital Letters - Create TTL', () => {
@@ -193,7 +192,9 @@ test.describe('Digital Letters - Create TTL', () => {
193192
expectToPassEventually(async () => {
194193
const eventLogEntry = await getLogsFromCloudwatch(
195194
CREATE_TTL_LAMBDA_LOG_GROUP_NAME,
196-
[`$.message.description = "Sender ${senderId} could not be retrieved"`],
195+
[
196+
`$.message.description = "Sender ${senderId} could not be retrieved"`,
197+
],
197198
);
198199

199200
expect(eventLogEntry.length).toEqual(1);

0 commit comments

Comments
 (0)