Skip to content

Commit

Permalink
Corrected a gap in endpoint unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Aug 9, 2020
1 parent 806bc6c commit bed56fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asc/testflight_beta_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestListBetaTestersForBetaGroup(t *testing.T) {
}

func TestListBetaTesterIDsForBetaGroup(t *testing.T) {
testEndpointWithResponse(t, "{}", &BetaBuildLocalizationResponse{}, func(ctx context.Context, client *Client) (interface{}, *Response, error) {
return client.TestFlight.GetBetaBuildLocalization(ctx, "10", &GetBetaBuildLocalizationQuery{})
testEndpointWithResponse(t, "{}", &BetaGroupBetaTestersLinkagesResponse{}, func(ctx context.Context, client *Client) (interface{}, *Response, error) {
return client.TestFlight.ListBetaTesterIDsForBetaGroup(ctx, "10", &ListBetaTesterIDsForBetaGroupQuery{})
})
}

0 comments on commit bed56fc

Please sign in to comment.