From b94a3615fcd0a325cd6a386e189082843893ef93 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 18 Sep 2023 00:05:09 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: team-tf-cdk --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 01668001..24e4c212 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -3,8 +3,8 @@ * SPDX-License-Identifier: MPL-2.0 */ -import { CdktfProviderProject, CdktfProviderProjectOptions } from "../src"; import { synthSnapshot } from "./utils"; +import { CdktfProviderProject, CdktfProviderProjectOptions } from "../src"; const getProject = ( opts: Partial = {}