Skip to content

Commit

Permalink
use the correct log package, d'oh!
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jan 8, 2025
1 parent bb09e35 commit 19a64a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spaceprovisionerconfig/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package spaceprovisionerconfig
import (
"context"

"github.com/charmbracelet/log"
toolchainv1alpha1 "github.com/codeready-toolchain/api/api/v1alpha1"
"github.com/codeready-toolchain/host-operator/pkg/capacity"
"github.com/codeready-toolchain/toolchain-common/pkg/test"
. "github.com/codeready-toolchain/toolchain-common/pkg/test/spaceprovisionerconfig"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/log"
)

// GetSpaceCountFromSpaceProvisionerConfigs is a function that returns the space count as it is stored in the SpaceProvisionerConfig
Expand Down

0 comments on commit 19a64a2

Please sign in to comment.