Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Aug 29, 2023
1 parent c433f4e commit 01d1e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/constants/permissions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('EndowmentPermissions', () => {
expect(Object.keys(EndowmentPermissions).sort()).toStrictEqual(
[
'endowment:long-running',
'endowment:extend-runtime',
'endowment:lifecycle-hooks',
...Object.keys(endowmentPermissionBuilders).filter(
(targetName) =>
Expand Down

0 comments on commit 01d1e13

Please sign in to comment.