Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bosorawis committed Feb 19, 2025
1 parent 8079ad7 commit 264055a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/daemon/controller/handlers/groups/grants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,7 @@ func TestOutputFields(t *testing.T) {
return iamRepo, nil
}
s, err := groups.NewService(ctx, repoFn, 1000)
require.NoError(t, err)
testcases := []struct {
name string
userFunc func() (*iam.User, string)
Expand Down Expand Up @@ -1619,6 +1620,7 @@ func TestOutputFields(t *testing.T) {
}

s, err := groups.NewService(ctx, repoFn, 1000)
require.NoError(t, err)
testcases := []struct {
name string
userFunc func() (*iam.User, string)
Expand Down Expand Up @@ -1762,6 +1764,7 @@ func TestOutputFields(t *testing.T) {
}
}
s, err := groups.NewService(ctx, repoFn, 1000)
require.NoError(t, err)
testcases := []struct {
name string
userFunc func() (*iam.User, string)
Expand Down

0 comments on commit 264055a

Please sign in to comment.