Skip to content

Commit

Permalink
fix: remove commented out code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Mar 4, 2024
1 parent 4b6cf8d commit 1685961
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/cli/test/unit/commands/members/remove.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,6 @@ describe('heroku members:remove', () => {
})
})
context('with pending invites', () => {
// beforeEach(() => {
// apiGetTeamInvites = teamInvites([
// {
// invited_by: {
// email: '[email protected]',
// },
// role: 'member',
// user: {
// email: '[email protected]',
// },
// },
// ])
// })
it('revokes the invite', () => {
apiGetTeamInvites = teamInvites([
{
Expand Down

0 comments on commit 1685961

Please sign in to comment.