Skip to content

Commit

Permalink
qf commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
cstns committed Feb 21, 2025
1 parent f3f664a commit 45b065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/forge/routes/api/teamInvitations_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ describe('Team Invitations API', function () {
result.should.have.property('team')
result.should.have.property('invitor')
result.should.have.property('invitee')
// app.config.email.transport.getMessageQueue().should.have.lengthOf(1)
app.config.email.transport.getMessageQueue().should.have.lengthOf(1)
})
it('Returns a 404 when an invitation is not found', async () => {
app.config.email.transport.getMessageQueue().should.have.lengthOf(0)
Expand Down

0 comments on commit 45b065d

Please sign in to comment.