Skip to content

Commit

Permalink
Update finetuna.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jun 29, 2024
1 parent cec2d62 commit b580379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/finetuna.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Describe "finetuna Module Tests" {
Context "Clear-TuneProvider" {
It "Should clear the provider configuration" {
#Clear-TuneProvider
$provider = Get-TuneProvider
$provider = Get-OpenAIContext
$provider.ApiKey | Should -BeNullOrEmpty
}
}
Expand Down

0 comments on commit b580379

Please sign in to comment.