Skip to content

Commit 488c81d

Browse files
authored
Fix
1 parent 9708d88 commit 488c81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/topic_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ package integration
55

66
import (
77
"context"
8-
"github.com/google/go-cmp/cmp"
9-
"github.com/google/go-cmp/cmp/cmpopts"
108
"io"
119
"os"
1210
"path"
1311
"strings"
1412
"testing"
1513
"time"
1614

15+
"github.com/google/go-cmp/cmp"
16+
"github.com/google/go-cmp/cmp/cmpopts"
1717
"github.com/stretchr/testify/require"
1818
"google.golang.org/grpc"
1919

0 commit comments

Comments
 (0)