Skip to content

Commit

Permalink
fix: Broken tests in PolicyController.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Oct 16, 2024
1 parent 41bfd84 commit 1cae0b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aux-records/PolicyController.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ describe('PolicyController', () => {
['run', 'resourceId'],
['send', 'resourceId'],
['subscribe', 'resourceId'],
['listSubscribers', 'resourceId'],
['listSubscriptions', 'resourceId'],
];

const adminOrGrantedResourceKindCases: [ResourceKinds][] = [
Expand Down Expand Up @@ -3476,7 +3476,7 @@ describe('PolicyController', () => {
['run', 'resourceId'],
['send', 'resourceId'],
['subscribe', 'resourceId'],
['listSubscribers', 'resourceId'],
['listSubscriptions', 'resourceId'],
],
],
];
Expand Down Expand Up @@ -4017,7 +4017,7 @@ describe('PolicyController', () => {
['increment', 'resourceId'],
['send', 'resourceId'],
['subscribe', 'resourceId'],
['listSubscribers', 'resourceId'],
['listSubscriptions', 'resourceId'],
],
],
];
Expand Down

0 comments on commit 1cae0b8

Please sign in to comment.