Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Dec 12, 2024
1 parent 5476101 commit b806a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/app/data/services/subsidies/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,15 @@ describe('fetchRedeemablePolicies', () => {
canceledAssignments: [],
erroredAssignments: [],
expiredAssignments: [],
reversedAssignments: [],
hasAcceptedAssignments: false,
hasAllocatedAssignments: true,
hasAssignments: true,
hasAssignmentsForDisplay: true,
hasCanceledAssignments: false,
hasErroredAssignments: false,
hasExpiredAssignments: false,
hasReversedAssignments: false,
},
};
expect(result).toEqual(expectedRedeemablePolicies);
Expand Down

0 comments on commit b806a0f

Please sign in to comment.