Skip to content

Commit ca2ce1a

Browse files
committed
CCM-15676: linting
1 parent f012ab8 commit ca2ce1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/playwright/digital-letters-component-tests/nhsapp-status-handler.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test.describe('Digital Letters - NHSApp Status Handler', () => {
9090
});
9191

9292
await Promise.all([
93-
await expectToPassEventually(async () => {
93+
expectToPassEventually(async () => {
9494
const eventLogEntry = await getLogsFromCloudwatch(
9595
`/aws/vendedlogs/events/event-bus/nhs-${ENV}-dl`,
9696
[
@@ -103,7 +103,7 @@ test.describe('Digital Letters - NHSApp Status Handler', () => {
103103
expect(eventLogEntry.length).toEqual(1);
104104
}),
105105

106-
await expectToPassEventually(async () => {
106+
expectToPassEventually(async () => {
107107
const eventLogEntry = await getLogsFromCloudwatch(
108108
NHSAPP_STATUS_HANDLER_LAMBDA_LOG_GROUP_NAME,
109109
[

0 commit comments

Comments
 (0)