From d0757861112d53ba5df4c34846dcde51b08b0b0d Mon Sep 17 00:00:00 2001 From: Eunsoo Shin Date: Mon, 5 Feb 2024 00:42:38 -0500 Subject: [PATCH] chore(lint) --- cdk/kittyhawk/test/deployment.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk/kittyhawk/test/deployment.test.ts b/cdk/kittyhawk/test/deployment.test.ts index 07b50cf1..38ec9d59 100644 --- a/cdk/kittyhawk/test/deployment.test.ts +++ b/cdk/kittyhawk/test/deployment.test.ts @@ -1,7 +1,7 @@ import { Construct } from "constructs"; import { Container, Deployment } from "../src"; -import { chartTest, failingTestNoGitSha } from "./utils"; import { KubeServiceAccount } from "../src/imports/k8s"; +import { chartTest, failingTestNoGitSha } from "./utils"; export function buildDeploymentDefault(scope: Construct) { new Deployment(scope, "container", {