Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Jul 25, 2023
1 parent d7d46af commit 9f68ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/accounts-stats.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe('AccountStatsResolver', () => {
jest
.spyOn(accountStatsService, 'getCollectionsCount')
.mockResolvedValue(5);
jest.spyOn(accountStatsService, 'getCreationsCount').mockResolvedValue(5);

return request(app.getHttpServer())
.post('/graphql')
Expand Down

0 comments on commit 9f68ffa

Please sign in to comment.