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 5b16483 commit 233196c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/finetuna.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ BeforeAll {
$script:sampleFilePath = Get-ChildItem -Recurse totbot-tee-tune.jsonl
}
Describe "finetuna Module Tests" {
BeforeEach {
$splat = @{
ApiType = 'openai'
ApiKey = $env:OPENAI_API_KEY
}
Set-TuneProvider @splat
}
Context "Clear-TuneProvider" {
It "Should clear the provider configuration" {
Clear-TuneProvider
Expand Down

0 comments on commit 233196c

Please sign in to comment.