test: correct test case

This commit is contained in:
Louis 2024-11-29 16:52:39 +07:00
parent 79b29f7913
commit 492ff1a7c9
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -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.'
) )
}) })