Skip to content

Commit

Permalink
Rename a test
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 4, 2021
1 parent 6d21559 commit 35bfb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugolib/site_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35bfb66

Please sign in to comment.