Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 3, 2024
1 parent ad98657 commit 8dfdfca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions database/pipeline/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ import (
"testing"

"github.com/DATA-DOG/go-sqlmock"
api "github.com/go-vela/server/api/types"
"github.com/go-vela/server/constants"
"github.com/go-vela/server/database/types"
"github.com/sirupsen/logrus"
"gorm.io/driver/postgres"
"gorm.io/driver/sqlite"
"gorm.io/gorm"

api "github.com/go-vela/server/api/types"
"github.com/go-vela/server/constants"
"github.com/go-vela/server/database/types"
)

func TestPipeline_New(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions router/middleware/pipeline/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"testing"

"github.com/gin-gonic/gin"

api "github.com/go-vela/server/api/types"
)

Expand Down

0 comments on commit 8dfdfca

Please sign in to comment.