From fc126a1718ec9a6133352b87920d95ee12730936 Mon Sep 17 00:00:00 2001 From: Anthony HAMON Date: Sun, 19 Aug 2018 21:39:23 +0200 Subject: [PATCH] remove test --- pkg/utils/utils_test.go | 4 ---- 1 file changed, 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