Skip to content

Commit

Permalink
e2e - fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: aviadlevy <aviadlevy1@gmail.com>
  • Loading branch information
aviadlevy committed Jun 20, 2022
1 parent 1f6d51c commit c3163d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scalers_go/custom_hpa_name/custom_hpa_name_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:build e2e
// +build e2e

package custom_hpa_name
package custom_hpa_name_test

import (
"fmt"
Expand All @@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/assert"
"k8s.io/apimachinery/pkg/api/errors"

. "github.com/kedacore/keda/v2/tests"
. "github.com/kedacore/keda/v2/tests/helper"
)

// Load environment variables from .env file
Expand Down

0 comments on commit c3163d9

Please sign in to comment.