Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
  • Loading branch information
Chris Martin committed Jun 25, 2024
1 parent b6dbb80 commit c35061b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/common/proto/protoutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package protoutil

import (
"fmt"
"github.com/gogo/protobuf/types"
"testing"
"time"

"github.com/gogo/protobuf/proto"
"github.com/gogo/protobuf/types"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -68,7 +68,7 @@ func TestMustMarshallAndCompress(t *testing.T) {
}

func TestToTimestamp(t *testing.T) {
var tests = map[string]struct {
tests := map[string]struct {
ts *types.Timestamp
t time.Time
}{
Expand Down

0 comments on commit c35061b

Please sign in to comment.