Skip to content

Commit

Permalink
Move testResult to main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Sep 11, 2024
1 parent aa9e6b4 commit 163ca60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions test/complex/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ import (
"github.com/yorkie-team/yorkie/test/helper"
)

type testResult struct {
flag bool
resultDesc string
}

type clientAndDocPair struct {
cli *client.Client
doc *document.Document
Expand Down
5 changes: 0 additions & 5 deletions test/complex/tree_concurrency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ func parseSimpleXML(s string) []string {
return res
}

type testResult struct {
flag bool
resultDesc string
}

type rangeSelector int

const (
Expand Down

0 comments on commit 163ca60

Please sign in to comment.