Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Jan 21, 2025
1 parent 1030f0a commit 9f8ae0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robot/impl/resource_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/grpcreflect"
"go.mongodb.org/mongo-driver/bson/primitive"
"go.uber.org/zap/zapcore"
armpb "go.viam.com/api/component/arm/v1"
basepb "go.viam.com/api/component/base/v1"
boardpb "go.viam.com/api/component/board/v1"
Expand Down Expand Up @@ -1581,7 +1580,7 @@ func TestReconfigure(t *testing.T) {
}

func TestRemoteConnClosedOnReconfigure(t *testing.T) {
logger, observer := logging.NewObservedTestLogger(t)
logger := logging.NewTestLogger(t)

ctx := context.Background()

Expand Down

0 comments on commit 9f8ae0b

Please sign in to comment.