Skip to content

Commit

Permalink
type error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Sep 26, 2023
1 parent 1afef71 commit e934548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fragmentarium/application/FragmentService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const fragmentRepository = {
findInCorpus: jest.fn(),
query: jest.fn(),
listAllFragments: jest.fn(),
ngramScores: jest.fn(),
}

const imageRepository = {
Expand Down

0 comments on commit e934548

Please sign in to comment.