Skip to content

Commit

Permalink
Update approvals-satisfied.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vsingal-p authored Apr 2, 2024
1 parent a05d4ad commit 3703ab2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/helpers/approvals-satisfied.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ describe('approvalsSatisfied', () => {
{
state: 'APPROVED',
user: { login: 'user1' }
},
{
state: 'APPROVED',
user: { login: 'user2' }
}
]
});
Expand Down

0 comments on commit 3703ab2

Please sign in to comment.