Skip to content

Commit

Permalink
fixing SCM test.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent 27f3a2f commit 1483767
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/engine/engine_golang_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import (
"github.com/stretchr/testify/suite"
"io/ioutil"
"path"

"github.com/packagrio/go-common/scm/mock"
"github.com/packagrio/releasr/pkg/config/mock"
"os"
"testing"
)
Expand Down
1 change: 1 addition & 0 deletions pkg/engine/engine_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"path"
//"path/filepath"
mock_scm "github.com/packagrio/go-common/scm/mock"
"github.com/packagrio/releasr/pkg/config/mock"
"os"
"testing"
)
Expand Down
3 changes: 3 additions & 0 deletions pkg/engine/engine_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import (
"io/ioutil"
"os"

//"path/filepath"
"github.com/packagrio/go-common/scm/mock"
"github.com/packagrio/releasr/pkg/config/mock"
"testing"
)

Expand Down
3 changes: 3 additions & 0 deletions pkg/engine/engine_ruby_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import (
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

//"path/filepath"
"github.com/packagrio/go-common/scm/mock"
"github.com/packagrio/releasr/pkg/config/mock"
"testing"
)

Expand Down

0 comments on commit 1483767

Please sign in to comment.