Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jan 22, 2024
1 parent 3655ec1 commit abd533a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/pluginmachinery/k8s/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func NewKubeClient(config *rest.Config, options Options) (core.KubeClient, error
if options.ClientOptions == nil {
options.ClientOptions = &client.Options{
HTTPClient: httpClient,
Mapper: mapper,
Mapper: mapper,
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package common

import (
"fmt"
"os"
"os"
"testing"
"time"

Expand All @@ -26,7 +26,6 @@ func TestMain(m *testing.M) {
os.Exit(code)
}


func TestExtractCurrentCondition(t *testing.T) {
jobCreated := commonOp.JobCondition{
Type: commonOp.JobCreated,
Expand Down

0 comments on commit abd533a

Please sign in to comment.