Skip to content

Commit

Permalink
chore: missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Apr 7, 2024
1 parent ef0cbd7 commit d02ff4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ const integ = new IntegTest(app, 'nat-instance-v2-integ-test', {
});

integ.assertions.httpApiCall(stack.apiUrl, {})
.expect(ExpectedResult.objectLike({ status: 200 }));
.expect(ExpectedResult.objectLike({ status: 200 }));

0 comments on commit d02ff4f

Please sign in to comment.