Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxiaoqi932 committed Nov 7, 2023
1 parent b5e9288 commit b9524f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/qrm-plugins/util/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ import (
"fmt"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
v1 "k8s.io/api/core/v1"
pluginapi "k8s.io/kubelet/pkg/apis/resourceplugin/v1alpha1"
"k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/bitmask"

"github.com/kubewharf/katalyst-api/pkg/consts"
"github.com/kubewharf/katalyst-core/pkg/util/machine"
"github.com/stretchr/testify/assert"
)

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

0 comments on commit b9524f2

Please sign in to comment.