Skip to content

Commit

Permalink
fix: varfish lint error (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo authored Aug 7, 2024
1 parent ca2bd83 commit 0c2770f
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 0c2770f

Please sign in to comment.