Skip to content

Commit

Permalink
fix: varfish lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Aug 7, 2024
1 parent ca2bd83 commit ab59bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/geneInfo/store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ describe('geneInfo Store', () => {
await store.initialize('HGNC:1100', 'grch37')

// assert2:
expect(fetchMocker.mock.calls.length).toBe(4)
expect((fetchMocker as any).mock.calls.length).toBe(4)
})
})

0 comments on commit ab59bf2

Please sign in to comment.