Skip to content

Commit 5ab6876

Browse files
committed
add comment to groupmember tests
1 parent d25f90f commit 5ab6876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/daemon/controller/handlers/groups/grants_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,8 @@ func TestGroupMember(t *testing.T) {
822822
testcases := []struct {
823823
name string
824824
setupGroupAndRole func(t *testing.T) (*iam.Group, []roleRequest)
825-
// collection of actions to be executed in the tests in order
825+
// collection of actions to be executed in the tests in order, *iam.Group returned from each action which
826+
// gets passed to the next action as parameter to preserve information such as `version` increments
826827
actions []testActionResult
827828
}{
828829
{

0 commit comments

Comments
 (0)