Skip to content

Commit

Permalink
client test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanMartin committed Sep 7, 2023
1 parent bd1513d commit 60c2496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ func TestClientReturnsRequestBuilderErrors(t *testing.T) {
{"ListFineTuningJobEvents", func() (any, error) {
return client.ListFineTuningJobEvents(ctx, "")
}},
{"ListFineTuningJobs", func() (any, error) {
return client.ListFineTuningJobs(ctx)
}},
{"Moderations", func() (any, error) {
return client.Moderations(ctx, ModerationRequest{})
}},
Expand Down

0 comments on commit 60c2496

Please sign in to comment.