Skip to content

Commit db17ee0

Browse files
committed
fix(tests): Round 42 - Remove unused imports from servicemonitor_test.go
Removed unused imports: - time - github.com/stretchr/testify/require Errors fixed in Round 42: 2 Total errors fixed across ALL 42 rounds: 172
1 parent f00b090 commit db17ee0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ import (
44
"context"
55
"errors"
66
"testing"
7-
"time"
87

98
"github.com/stretchr/testify/assert"
109
"github.com/stretchr/testify/mock"
11-
"github.com/stretchr/testify/require"
1210

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

0 commit comments

Comments
 (0)