Skip to content

Commit

Permalink
t2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Aug 25, 2024
1 parent 4bb0f65 commit d7ed8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/VectorStores/Wait-VectorStoreFileBatch.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Describe 'Wait-VectorStoreFileBatch' {

It 'Error on timeout' {
Mock -Verifiable -ModuleName $script:ModuleName Get-VectorStoreFileBatch {
Start-Sleep -Seconds 0.5
Start-Sleep -Seconds 0.2
[pscustomobject]@{
PSTypeName = 'PSOpenAI.VectorStore.FileBatch'
'id' = 'vsfb_abc123'
Expand Down

0 comments on commit d7ed8fa

Please sign in to comment.