Skip to content

Commit

Permalink
fix(app): fixes stamp claiming context test
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Nov 17, 2023
1 parent 14d3323 commit afbbee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/__test-fixtures__/contextTestHelpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const makeTestClaimingContext = (
): StampClaimingContextState => {
return {
claimCredentials: jest.fn(),
status: "",
...initialState,
};
};
Expand Down

0 comments on commit afbbee5

Please sign in to comment.