Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Nov 12, 2024
1 parent 3577814 commit 68a5c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/location/post_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 68a5c98

Please sign in to comment.