Skip to content

Commit

Permalink
making travis issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 9, 2020
1 parent cd39ccf commit 603b575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/fileshare/filesharecontroller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"reflect"
"testing"

"github.com/sodafoundation/controller/pkg/dock/client"
"github.com/sodafoundation/controller/pkg/controller/dockcontroller/client"
"github.com/sodafoundation/controller/pkg/model"
pb "github.com/sodafoundation/controller/pkg/model/proto"
. "github.com/sodafoundation/controller/testutils/collection"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/volume/volumecontroller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"reflect"
"testing"

"github.com/sodafoundation/controller/pkg/dock/client"
"github.com/sodafoundation/controller/pkg/controller/dockcontroller/client"
"github.com/sodafoundation/controller/pkg/model"
pb "github.com/sodafoundation/controller/pkg/model/proto"
. "github.com/sodafoundation/controller/testutils/collection"
Expand Down
2 changes: 1 addition & 1 deletion pkg/driverconfig/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"reflect"
"testing"

"github.com/opensds/opensds/pkg/model"
"github.com/sodafoundation/controller/pkg/model"
)

type Config struct {
Expand Down

0 comments on commit 603b575

Please sign in to comment.