@@ -395,7 +395,7 @@ func Test_editRun(t *testing.T) {
395395 mockIssueProjectItemsGet (t , reg )
396396 mockRepoMetadata (t , reg )
397397 mockIssueUpdate (t , reg )
398- mockIssueUpdateActorAssignees (t , reg )
398+ mockIssueUpdateApiActors (t , reg )
399399 mockIssueUpdateLabels (t , reg )
400400 mockProjectV2ItemUpdate (t , reg )
401401 },
@@ -444,8 +444,8 @@ func Test_editRun(t *testing.T) {
444444 mockIssueProjectItemsGet (t , reg )
445445 mockIssueUpdate (t , reg )
446446 mockIssueUpdate (t , reg )
447- mockIssueUpdateActorAssignees (t , reg )
448- mockIssueUpdateActorAssignees (t , reg )
447+ mockIssueUpdateApiActors (t , reg )
448+ mockIssueUpdateApiActors (t , reg )
449449 mockIssueUpdateLabels (t , reg )
450450 mockIssueUpdateLabels (t , reg )
451451 mockProjectV2ItemUpdate (t , reg )
@@ -608,7 +608,7 @@ func Test_editRun(t *testing.T) {
608608 mockIssueProjectItemsGet (t , reg )
609609 mockRepoMetadata (t , reg )
610610 mockIssueUpdate (t , reg )
611- mockIssueUpdateActorAssignees (t , reg )
611+ mockIssueUpdateApiActors (t , reg )
612612 mockIssueUpdateLabels (t , reg )
613613 mockProjectV2ItemUpdate (t , reg )
614614 },
@@ -902,7 +902,7 @@ func mockIssueUpdate(t *testing.T, reg *httpmock.Registry) {
902902 )
903903}
904904
905- func mockIssueUpdateActorAssignees (t * testing.T , reg * httpmock.Registry ) {
905+ func mockIssueUpdateApiActors (t * testing.T , reg * httpmock.Registry ) {
906906 reg .Register (
907907 httpmock .GraphQL (`mutation ReplaceActorsForAssignable\b` ),
908908 httpmock .GraphQLMutation (`
@@ -935,7 +935,7 @@ func mockProjectV2ItemUpdate(t *testing.T, reg *httpmock.Registry) {
935935 )
936936}
937937
938- func TestActorIsAssignable (t * testing.T ) {
938+ func TestApiActorsSupported (t * testing.T ) {
939939 t .Run ("when actors are assignable, query includes assignedActors" , func (t * testing.T ) {
940940 ios , _ , _ , _ := iostreams .Test ()
941941
0 commit comments