From 35bfb662229226d5f3cc3077ca74323f0aa88b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 4 Mar 2021 13:46:31 +0100 Subject: [PATCH] Rename a test --- hugolib/site_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/site_test.go b/hugolib/site_test.go index 282f8cd7d..cd7ce51f8 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -944,7 +944,7 @@ func TestRefLinking(t *testing.T) { // test empty link, as well as fragment only link {"", "", true, ""}, } { - t.Run(fmt.Sprint(i), func(t *testing.T) { + t.Run(fmt.Sprintf("t%dt", i), func(t *testing.T) { checkLinkCase(site, test.link, currentPage, test.relative, test.outputFormat, test.expected, t, i) // make sure fragment links are also handled