Skip to content

Commit 11f9742

Browse files
test(control-plane): format pool provider mock
1 parent e8612ab commit 11f9742

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lambdas/functions/control-plane/src/pool/pool.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ vi.mock('./../github/auth', async () => ({
3838
}));
3939

4040
vi.mock('@aws-github-runner/runner-providers/aws/ec2/control-plane/runner-config', async (importOriginal) => ({
41-
...(await importOriginal<
42-
typeof import('@aws-github-runner/runner-providers/aws/ec2/control-plane/runner-config')
43-
>()),
41+
...(await importOriginal<typeof import('@aws-github-runner/runner-providers/aws/ec2/control-plane/runner-config')>()),
4442
createRunners: vi.fn(),
4543
}));
4644

0 commit comments

Comments
 (0)