Skip to content

Commit

Permalink
Move ghutil to under shared (knative#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodaiG authored and knative-prow-robot committed May 28, 2019
1 parent 268a0f4 commit beeb630
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"fmt"

"github.com/google/go-github/github"
"github.com/knative/test-infra/tools/flaky-test-reporter/ghutil"
"github.com/knative/test-infra/shared/ghutil"
)

// FakeGithubClient is a faked client, implements all functions of ghutil.GithubClientInterface
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/flaky-test-reporter/github_issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (

"github.com/google/go-github/github"

"github.com/knative/test-infra/shared/ghutil"
"github.com/knative/test-infra/shared/junit"
"github.com/knative/test-infra/tools/flaky-test-reporter/ghutil"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion tools/flaky-test-reporter/github_issue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"testing"

"github.com/google/go-github/github"
"github.com/knative/test-infra/tools/flaky-test-reporter/ghutil/fakeghutil"
"github.com/knative/test-infra/shared/ghutil/fakeghutil"
)

var testStatsMapForTest = map[string]TestStat{
Expand Down

0 comments on commit beeb630

Please sign in to comment.