summaryrefslogtreecommitdiffstats
path: root/pkg/utils
diff options
context:
space:
mode:
authorAnthony HAMON <anthony.hamon@iadvize.com>2018-08-19 21:39:23 +0200
committerAnthony HAMON <anthony.hamon@iadvize.com>2018-08-19 21:39:23 +0200
commitfc126a1718ec9a6133352b87920d95ee12730936 (patch)
treea3bbc14ffe81b98c5b7d3e80f3975533cd0bbe86 /pkg/utils
parentf91b4067f43af957d2bac7fc7ba7374751dd13e8 (diff)
remove test
Diffstat (limited to 'pkg/utils')
-rw-r--r--pkg/utils/utils_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go
index 6531d50ff..58e78cce9 100644
--- a/pkg/utils/utils_test.go
+++ b/pkg/utils/utils_test.go
@@ -60,10 +60,6 @@ func TestWithPadding(t *testing.T) {
}
}
-func TestCurrentRepoName(t *testing.T) {
- assert.EqualValues(t, "utils", GetCurrentRepoName())
-}
-
func TestTrimTrailingNewline(t *testing.T) {
type scenario struct {
str string