Skip to content

Commit 1c38548

Browse files
committed
fix(tests): Round 40 - Remove unused require import
Removed unused import from prometheus_deployment_test.go: - github.com/stretchr/testify/require Errors fixed in Round 40: 1 Total errors fixed across ALL 40 rounds: 169
1 parent 9d7207b commit 1c38548

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adapters/vnf-operator/tests/monitoring/prometheus_deployment_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77

88
"github.com/stretchr/testify/assert"
99
"github.com/stretchr/testify/mock"
10-
"github.com/stretchr/testify/require"
1110

1211
monitoringv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
1312
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)