Skip to content

Commit

Permalink
test: correct test case
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Nov 29, 2024
1 parent 79b29f7 commit 492ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/huggingface.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('huggingface utils', () => {
})

await expect(fetchHuggingFaceRepoData('user/repo')).rejects.toThrow(
'user/repo is not supported. Only GGUF models are supported.'
'Only GGUF models are currently supported.'
)
})

Expand Down

0 comments on commit 492ff1a

Please sign in to comment.