Skip to content

Commit

Permalink
Try to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 27, 2023
1 parent 64aa1df commit b84477d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amqp/test/publishers/AmqpPermissionPublisher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ describe('PermissionPublisher', () => {
permissions: ['perm1', 'perm2'],
userIds: [100, 200, 300],
})

await permissionPublisher.close()
await channel.close()
})
})
})

0 comments on commit b84477d

Please sign in to comment.