Skip to content

Commit 1483767

Browse files
committed
fixing SCM test.
1 parent 27f3a2f commit 1483767

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

pkg/engine/engine_golang_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import (
1414
"github.com/stretchr/testify/suite"
1515
"io/ioutil"
1616
"path"
17-
17+
"github.com/packagrio/go-common/scm/mock"
18+
"github.com/packagrio/releasr/pkg/config/mock"
1819
"os"
1920
"testing"
2021
)

pkg/engine/engine_node_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
"path"
1717
//"path/filepath"
1818
mock_scm "github.com/packagrio/go-common/scm/mock"
19+
"github.com/packagrio/releasr/pkg/config/mock"
1920
"os"
2021
"testing"
2122
)

pkg/engine/engine_python_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ import (
1414
"io/ioutil"
1515
"os"
1616

17+
//"path/filepath"
18+
"github.com/packagrio/go-common/scm/mock"
19+
"github.com/packagrio/releasr/pkg/config/mock"
1720
"testing"
1821
)
1922

pkg/engine/engine_ruby_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import (
1111
"github.com/stretchr/testify/require"
1212
"github.com/stretchr/testify/suite"
1313

14+
//"path/filepath"
15+
"github.com/packagrio/go-common/scm/mock"
16+
"github.com/packagrio/releasr/pkg/config/mock"
1417
"testing"
1518
)
1619

0 commit comments

Comments
 (0)