Skip to content

Commit

Permalink
Hotfix: Fix broken unit test in copilot_test.go (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Apr 29, 2024
1 parent 715be39 commit e21b500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github/copilot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ func TestCopilotService_ListCopilotSeats(t *testing.T) {

const methodName = "ListCopilotSeats"

opts := &ListOptions{Page: 2}
testBadOptions(t, methodName, func() (err error) {
_, _, err = client.Copilot.ListCopilotSeats(ctx, "\n", opts)
return err
Expand Down

0 comments on commit e21b500

Please sign in to comment.