Skip to content

Commit

Permalink
fix: apply gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
nesangcode committed Apr 8, 2024
1 parent cc7428c commit c1a49a2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/handlers/general/query.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package general

import (
"github.com/gofiber/fiber/v2/utils"
"time"

"github.com/gofiber/fiber/v2/utils"

"github.com/gofiber/fiber/v2"
"github.com/italia/developers-italia-api/internal/common"
"gorm.io/gorm"
Expand Down
3 changes: 2 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,8 @@ func TestSoftwareEndpoints(t *testing.T) {
assert.Contains(t, []string{"id", "createdAt", "updatedAt", "url", "aliases", "publiccodeYml", "active", "vitality"}, key)
}
},
}, {
},
{
description: "GET software with vitality field",
query: "GET /v1/software/9f135268-a37e-4ead-96ec-e4a24bb9344a",
expectedCode: 200,
Expand Down
Binary file removed test.db
Binary file not shown.
Binary file removed test.db-shm
Binary file not shown.
Binary file removed test.db-wal
Binary file not shown.

0 comments on commit c1a49a2

Please sign in to comment.