Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Dec 27, 2024
1 parent ddeba87 commit 3b4633e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binder/form_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func Test_FormBinder_BindMultipart(t *testing.T) {
require.Equal(t, "post1", user.Posts[0].Title)
require.Equal(t, "post2", user.Posts[1].Title)
require.Equal(t, "post3", user.Posts[2].Title)

}

func Benchmark_FormBinder_BindMultipart(b *testing.B) {
Expand Down

0 comments on commit 3b4633e

Please sign in to comment.