Skip to content

Commit fe8c13e

Browse files
committed
formatting
1 parent 12d7227 commit fe8c13e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/test/src/test-integration-workflows.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,6 @@ test('Count workflow executions', async (t) => {
13001300
],
13011301
};
13021302

1303-
const actualByExecutionStatus = await client.workflow.count(
1304-
`TaskQueue = '${taskQueue}' GROUP BY ExecutionStatus`
1305-
);
1303+
const actualByExecutionStatus = await client.workflow.count(`TaskQueue = '${taskQueue}' GROUP BY ExecutionStatus`);
13061304
t.deepEqual(actualByExecutionStatus, expectedByExecutionStatus);
13071305
});

0 commit comments

Comments
 (0)