Skip to content

Commit

Permalink
chore: add test name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 19, 2024
1 parent 7b1314d commit cdddbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf/test/terraform-provisioner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Testing, TerraformStack, TerraformSelf } from "../lib";
import { TestResource } from "./helper";
import { TestProvider } from "./helper/provider";

test("self with ", () => {
test("self with nested keys", () => {
const app = Testing.app();
const stack = new TerraformStack(app, "test");
new TestProvider(stack, "foo", {});
Expand Down

0 comments on commit cdddbfc

Please sign in to comment.