test: correct test case
This commit is contained in:
parent
79b29f7913
commit
492ff1a7c9
@ -64,7 +64,7 @@ describe('huggingface utils', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
await expect(fetchHuggingFaceRepoData('user/repo')).rejects.toThrow(
|
await expect(fetchHuggingFaceRepoData('user/repo')).rejects.toThrow(
|
||||||
'user/repo is not supported. Only GGUF models are supported.'
|
'Only GGUF models are currently supported.'
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user