Merge pull request #17525 from overleaf/ae-upgrade-prettier
Upgrade Prettier to v3 GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
This commit is contained in:
@@ -160,9 +160,8 @@ describe('SubscriptionGroupHandler', function () {
|
||||
})
|
||||
describe('for nonexistent subscriptions', function () {
|
||||
it('should return undefined', async function () {
|
||||
const count = await this.Handler.promises.getTotalConfirmedUsersInGroup(
|
||||
'fake-id'
|
||||
)
|
||||
const count =
|
||||
await this.Handler.promises.getTotalConfirmedUsersInGroup('fake-id')
|
||||
expect(count).not.to.exist
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user