Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Sep 30, 2024
1 parent eaed84c commit 5afe31d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions database/deployment/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,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 TestDeployment_New(t *testing.T) {
Expand Down

0 comments on commit 5afe31d

Please sign in to comment.