diff --git a/handlers/location/post_test.go b/handlers/location/post_test.go index e37c3b5..5ff9729 100644 --- a/handlers/location/post_test.go +++ b/handlers/location/post_test.go @@ -47,7 +47,7 @@ func setupApp() (*fiber.App, error) { func TestLocation(t *testing.T) { app, err := setupApp() if err != nil { - t.Fatalf(err.Error()) + t.Fatal(err.Error()) } type tcase struct {