Skip to content

Commit

Permalink
rename test to testing
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Feb 10, 2023
1 parent f89bbfc commit 20a208f
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/goopicsi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"strings"
"testing"

"github.com/opiproject/godpu/test/mock-server/server"
"github.com/opiproject/godpu/test/mock-server/stub"
"github.com/opiproject/godpu/testing/mock-server/server"
"github.com/opiproject/godpu/testing/mock-server/stub"
pb "github.com/opiproject/opi-api/storage/v1alpha1/gen/go"
"github.com/stretchr/testify/suite"
"google.golang.org/grpc"
Expand All @@ -33,7 +33,7 @@ func RunServer() {
fmt.Println("RUNNING MOCK SERVER")
const (
csiAddress = "localhost:50051"
defaultStubsPath = "../test/mock-server/stubs"
defaultStubsPath = "../testing/mock-server/stubs"
apiPort = "4771"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 20a208f

Please sign in to comment.