Skip to content

Commit

Permalink
fixes for scm Init.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent 0a2f80e commit e3ea8cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/engine/engine_golang_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/packagrio/releasr/pkg/engine"
releasrUtils "github.com/packagrio/releasr/pkg/utils"
mock_scm "github.com/packagrio/go-common/scm/mock"
mock_config "github.com/packagrio/go-common/config/mock"
mock_config "github.com/packagrio/releasr/pkg/config/mock"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"io/ioutil"
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/engine_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"path"
//"path/filepath"
mock_scm "github.com/packagrio/go-common/scm/mock"
mock_config "github.com/packagrio/go-common/config/mock"
mock_config "github.com/packagrio/releasr/pkg/config/mock"
"os"
"net/http"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/engine_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
mock_scm "github.com/packagrio/go-common/scm/mock"
mock_config "github.com/packagrio/go-common/config/mock"
mock_config "github.com/packagrio/releasr/pkg/config/mock"
"io/ioutil"
"os"
"net/http"
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/engine_ruby_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

//"path/filepath"
mock_scm "github.com/packagrio/go-common/scm/mock"
mock_config "github.com/packagrio/go-common/config/mock"
mock_config "github.com/packagrio/releasr/pkg/config/mock"
"testing"
"net/http"

Expand Down

0 comments on commit e3ea8cb

Please sign in to comment.