Skip to content

Commit

Permalink
Hotfix: Fix broken unit test in copilot_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Apr 29, 2024
1 parent 715be39 commit f93e2ff
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 f93e2ff

Please sign in to comment.