Skip to content

Commit

Permalink
Fix goimports linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
scthi committed Nov 16, 2023
1 parent 4a043ef commit 9f35d11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/hub/db/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ package db
import (
"context"
"fmt"

Check failure on line 5 in pkg/hub/db/db_test.go

View workflow job for this annotation

GitHub Actions / Go

File is not `goimports`-ed with -local github.com/kobsio/kobs (goimports)
"os"
"strings"
"testing"
"time"

"github.com/kobsio/kobs/pkg/cluster/kubernetes"
applicationv1 "github.com/kobsio/kobs/pkg/cluster/kubernetes/apis/application/v1"
dashboardv1 "github.com/kobsio/kobs/pkg/cluster/kubernetes/apis/dashboard/v1"
Expand All @@ -17,6 +12,10 @@ import (
"github.com/orlangure/gnomock"
"github.com/orlangure/gnomock/preset/mongo"
"github.com/stretchr/testify/require"
"os"
"strings"
"testing"
"time"
)

func setupDatabase(t *testing.T) (string, *gnomock.Container) {
Expand Down

0 comments on commit 9f35d11

Please sign in to comment.