Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Oct 22, 2023
1 parent affb7f0 commit d3bec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/kittyhawk/test/deployment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export const failingContainerTestNoGitSha = (_: (scope: Construct) => void) => {
};

expect(() => {
buildContainerDefault;
buildContainerDefault();
}).toThrowError("process.exit: 1");
};

0 comments on commit d3bec60

Please sign in to comment.