aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/vcs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vcs/vcs_test.go')
-rw-r--r--pkg/vcs/vcs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/vcs/vcs_test.go b/pkg/vcs/vcs_test.go
index aeccb3149..01e1fe7f5 100644
--- a/pkg/vcs/vcs_test.go
+++ b/pkg/vcs/vcs_test.go
@@ -226,7 +226,7 @@ func TestFileLink(t *testing.T) {
for _, test := range tests {
link := FileLink(test.URL, test.Hash, test.File, test.Line)
if link != test.FileLink {
- t.Errorf("Test: %+v\ngot: %v", test, link)
+ t.Errorf("test: %+v\ngot: %v", test, link)
}
}
}