Skip to content

Commit

Permalink
fix: faulty test import (#7253)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex authored Jan 27, 2025
1 parent 94ab383 commit 983fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@winglang/platform-awscdk/test/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Template } from "aws-cdk-lib/assertions";
import { test, expect } from "vitest";
import { cloud } from "@winglang/sdk";
import { AwsCdkApp } from "./util";
import { inflight } from "@winglang/sdk/src/core";
import { inflight } from "@winglang/sdk/lib/core";

const INFLIGHT_CODE = inflight(async (_, name) => {
console.log("Hello " + name);
Expand Down

0 comments on commit 983fab9

Please sign in to comment.