Skip to content

Commit

Permalink
Cleanup import statement (yorkie-team#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7303 authored Apr 19, 2021
1 parent 6ac2e50 commit c58df97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test/integration/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ package integration

import (
"context"
"testing"

"github.com/stretchr/testify/assert"

"github.com/yorkie-team/yorkie/client"
"testing"
)

func TestClient(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions test/integration/counter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"testing"

"github.com/stretchr/testify/assert"

"github.com/yorkie-team/yorkie/pkg/document"
"github.com/yorkie-team/yorkie/pkg/document/proxy"
"github.com/yorkie-team/yorkie/test/helper"
Expand Down
1 change: 1 addition & 0 deletions test/integration/gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"testing"

"github.com/stretchr/testify/assert"

"github.com/yorkie-team/yorkie/pkg/document"
"github.com/yorkie-team/yorkie/pkg/document/proxy"
"github.com/yorkie-team/yorkie/test/helper"
Expand Down
3 changes: 1 addition & 2 deletions yorkie/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
package yorkie_test

import (
"strconv"
"testing"
"time"

"github.com/stretchr/testify/assert"

"strconv"

"github.com/yorkie-team/yorkie/yorkie"
)

Expand Down

0 comments on commit c58df97

Please sign in to comment.