Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Aug 24, 2024
1 parent e3d3cb3 commit 4bb0f65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Tests/Files/Get-OpenAIFile.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ Describe 'Get-OpenAIFile' {
}

AfterAll {
Start-Sleep -Seconds 5
($script:File1, $script:File2) | Remove-OpenAIFile -ea SilentlyContinue
Clear-OpenAIContext
}
Expand Down
1 change: 0 additions & 1 deletion Tests/Files/Get-OpenAIFileContent.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Describe 'Get-OpenAIFileContent' {
}

AfterEach {
Start-Sleep -Seconds 5
$script:File1 | Remove-OpenAIFile -ea SilentlyContinue
}

Expand Down

0 comments on commit 4bb0f65

Please sign in to comment.