Skip to content

Commit

Permalink
fix(app): fix ceramic fixture and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Jan 26, 2023
1 parent 776d30d commit 6a55fb6
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 @@ -209,6 +209,7 @@ export const makeTestCeramicContext = (initialState?: Partial<CeramicContextStat
handleDeleteStamp: jest.fn(),
handleDeleteStamps: jest.fn(),
handleCheckRefreshPassport: () => Promise.resolve(true),
expiredProviders: [],
...initialState,
};
};
Expand Down

0 comments on commit 6a55fb6

Please sign in to comment.