Skip to content

Commit

Permalink
Start unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jan 13, 2025
1 parent faa6a44 commit 227e1c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func pprofStartServer(addr string, timeout time.Duration, setupLog logr.Logger)
}
}

//nolint: funlen // setupManager is a main function that sets up the manager
//nolint:funlen // setupManager is a main function that sets up the manager
func setupManager(flagVar *flags.FlagVar, cacheOptions cache.Options, scheme *machineryruntime.Scheme,
setupLog logr.Logger,
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"testing"

"github.com/go-logr/logr"
"github.com/kyma-project/lifecycle-manager/internal/maintenancewindows"
"github.com/stretchr/testify/require"

"github.com/kyma-project/lifecycle-manager/internal/maintenancewindows"
)

func TestMaintenancePolicyFileExists_FileNotExists(t *testing.T) {
Expand Down

0 comments on commit 227e1c3

Please sign in to comment.