Skip to content

Commit

Permalink
chore: fix constructs error
Browse files Browse the repository at this point in the history
Closes #1410
  • Loading branch information
DanielMSchmidt committed Jan 6, 2022
1 parent a31c2d1 commit 7179c4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/csharp/edge/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ describe("csharp full integration test synth", () => {
stdio: "inherit",
env: driver.env,
});

execSync("dotnet add package Constructs", {
stdio: "inherit",
env: driver.env,
});

await driver.synth("fixed");
});

Expand Down

0 comments on commit 7179c4b

Please sign in to comment.