Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Sep 24, 2021
1 parent 5426ef2 commit 0d288d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,13 +553,13 @@ func TestCatalog_GetOrExtendReservation(t *testing.T) {

heartbeatInterval := time.Second * 5
prevReservation := datacatalog.Reservation{
ReservationId: &reservationID,
OwnerId: prevOwner,
ReservationId: &reservationID,
OwnerId: prevOwner,
}

currentReservation := datacatalog.Reservation{
ReservationId: &reservationID,
OwnerId: currentOwner,
ReservationId: &reservationID,
OwnerId: currentOwner,
}

t.Run("CreateOrUpdateReservation", func(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions pkg/controller/nodes/task/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"github.com/flyteorg/flytestdlib/promutils/labeled"

"github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core"
"github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event"
"github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/datacatalog"
"github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event"
"github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery"
pluginCatalogMocks "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/catalog/mocks"
pluginCore "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core"
Expand Down Expand Up @@ -972,7 +972,7 @@ func Test_task_Handle_Reservation(t *testing.T) {
Id: taskID,
Type: "test",
Metadata: &core.TaskMetadata{
Discoverable: true,
Discoverable: true,
DiscoverySerializable: true,
},
Interface: &core.TypedInterface{
Expand Down

0 comments on commit 0d288d5

Please sign in to comment.