Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Dec 24, 2023
1 parent e987a8e commit c092eb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions middleware/healthcheck/healthcheck_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package healthcheck

import (
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/utils"
"github.com/valyala/fasthttp"
"net/http/httptest"
"testing"
"time"

"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/utils"
"github.com/valyala/fasthttp"
)

func Test_HealthCheck(t *testing.T) {
Expand Down

0 comments on commit c092eb3

Please sign in to comment.