Skip to content

Commit

Permalink
remove unwanted check
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Alvarez <[email protected]>
  • Loading branch information
HezekielT and cead22 authored Mar 15, 2024
1 parent 599adad commit aaad266
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/actions/PolicyTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ describe('actions/Policy', () => {

// Check if the report pending action and fields were cleared
Object.values(allReports ?? {}).forEach((report) => {
if (typeof report === 'undefined') {
return;
}

expect(report?.pendingAction).toBeFalsy();
expect(report?.pendingFields?.addWorkspaceRoom).toBeFalsy();
});
Expand Down

0 comments on commit aaad266

Please sign in to comment.