mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 02:52:14 -05:00
Rename a test
This commit is contained in:
parent
6d21559fb5
commit
35bfb66222
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ func TestRefLinking(t *testing.T) {
|
||||||
// test empty link, as well as fragment only link
|
// test empty link, as well as fragment only link
|
||||||
{"", "", true, ""},
|
{"", "", 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)
|
checkLinkCase(site, test.link, currentPage, test.relative, test.outputFormat, test.expected, t, i)
|
||||||
|
|
||||||
// make sure fragment links are also handled
|
// make sure fragment links are also handled
|
||||||
|
|
Loading…
Reference in a new issue