Skip to content

Commit

Permalink
Try to fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 27, 2023
1 parent c3d19fc commit ab9461c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,11 @@ describe('PermissionPublisher', () => {
})

await permissionPublisher.close()
await channel.close()
try {
await channel.close()
} catch {
// it's ok
}
})
})
})

0 comments on commit ab9461c

Please sign in to comment.