Skip to content

Commit

Permalink
Removes forced synth in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
markusz committed Oct 17, 2023
1 parent 4ad73cd commit 170f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloud9-alpha/test/integ.owner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ new integ.IntegTest(app, 'OwnerInteg', {
testCases: [new Cloud9Env(app, 'cloud9-owner-integ')],
});

app.synth({ force: true });
app.synth();

0 comments on commit 170f23f

Please sign in to comment.