Skip to content

Commit

Permalink
Update mock dependency import path in corimSubmit_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshu Thapliyal <priyanshuthapliyal2005@gmail.com>
  • Loading branch information
Priyanshuthapliyal2005 committed Jan 11, 2025
1 parent 6227ed6 commit 2a6b379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/corimSubmit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/spf13/afero"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
mock_deps "github.com/priyanshuthapliyal2005/cocli/cmd/mocks"
mock_deps "github.com/veraison/cocli/cmd/mocks"
)

func Test_CorimSubmitCmd_bad_server_url(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/priyanshuthapliyal2005/cocli
module github.com/veraison/cocli

go 1.22

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package main

import (
"github.com/priyanshuthapliyal2005/cocli/cmd"
"github.com/veraison/cocli/cmd"
)

func main() {
Expand Down

0 comments on commit 2a6b379

Please sign in to comment.