Skip to content

Commit 322558d

Browse files
committed
fix goimports
1 parent dd39bc1 commit 322558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channel_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package stream_chat // nolint: golint
22

33
import (
4-
"github.com/stretchr/testify/require"
54
"os"
65
"path"
76
"testing"
87

98
"github.com/stretchr/testify/assert"
9+
"github.com/stretchr/testify/require"
1010
)
1111

1212
func TestClient_CreateChannel(t *testing.T) {

0 commit comments

Comments
 (0)