Skip to content

Commit

Permalink
Fix import clause
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed Jul 28, 2022
1 parent cc83217 commit a9b5529
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/receive/limiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

package receive

import (
"testing"
)
import "testing"

func TestRequestLimiter_AllowRequestBodySizeBytes(t *testing.T) {
tests := []struct {
Expand Down

0 comments on commit a9b5529

Please sign in to comment.