Skip to content

Commit

Permalink
fix: Update test to pass linter rules
Browse files Browse the repository at this point in the history
This commit is adding a new line to pass the `wsl` rule of the linter.

Signed-off-by: Clovis Delarue <clovis.delarue@qonto.com>
  • Loading branch information
airclovis committed Aug 20, 2024
1 parent bb3c0ac commit 28bc822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/servicequotas/servicequotas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (

func TestGetRDSQuotas(t *testing.T) {
logger := slog.Default()

t.Run("GetRDSQuotasHappyPath", func(t *testing.T) {
context := context.TODO()
client := mock.ServiceQuotasClient{}
Expand Down

0 comments on commit 28bc822

Please sign in to comment.