Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ravlio committed Oct 31, 2019
1 parent dd39bc1 commit 322558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package stream_chat // nolint: golint

import (
"github.com/stretchr/testify/require"
"os"
"path"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestClient_CreateChannel(t *testing.T) {
Expand Down

0 comments on commit 322558d

Please sign in to comment.