summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loaders/files_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/loaders/files_test.go')
-rw-r--r--pkg/commands/loaders/files_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/loaders/files_test.go b/pkg/commands/loaders/files_test.go
index 1613290bb..2f1b12704 100644
--- a/pkg/commands/loaders/files_test.go
+++ b/pkg/commands/loaders/files_test.go
@@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
)
-func TestGitCommandGetStatusFiles(t *testing.T) {
+func TestFileGetStatusFiles(t *testing.T) {
type scenario struct {
testName string
runner oscommands.ICmdObjRunner