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 233196c commit cec2d62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/finetuna.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ BeforeAll {
Describe "finetuna Module Tests" {
Context "Clear-TuneProvider" {
It "Should clear the provider configuration" {
Clear-TuneProvider
#Clear-TuneProvider
$provider = Get-TuneProvider
$provider.ApiKey | Should -BeNullOrEmpty
$provider.ApiType | Should -BeNullOrEmpty
}
}
Context "Set-TuneProvider" {
Expand Down

0 comments on commit cec2d62

Please sign in to comment.