Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Jul 31, 2023
1 parent d1256e9 commit 512fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/prlint/test/lint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ describe('integration tests required on features', () => {
mockListReviews.mockImplementation(() => {
return {
data: [
{ id: 1111122223, user: { login: 'pahud' }, state: 'COMMENT' },
{ id: 1111122223, user: { login: 'pahud' }, state: 'COMMENTED' },
],
};
});
Expand Down

0 comments on commit 512fdbf

Please sign in to comment.