Skip to content

Commit

Permalink
chore: test names
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jul 22, 2024
1 parent c31a9c7 commit c4d79bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pgs/calc_route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func TestCalcRoutes(t *testing.T) {
},
},
{
Name: "redirect-to-site",
Name: "rewrite-to-site",
Actual: calcRoutes(
"public",
"/",
Expand All @@ -366,7 +366,7 @@ func TestCalcRoutes(t *testing.T) {
},
},
{
Name: "redirect-to-site-subdir",
Name: "rewrite-to-site-subdir",
Actual: calcRoutes(
"public",
"/plugin/nice/",
Expand All @@ -384,7 +384,7 @@ func TestCalcRoutes(t *testing.T) {
},
},
{
Name: "redirect-to-another-pgs-site",
Name: "rewrite-to-another-pgs-site",
Actual: calcRoutes(
"public",
"/my-site/index.html",
Expand All @@ -402,7 +402,7 @@ func TestCalcRoutes(t *testing.T) {
},
},
{
Name: "redirect-placeholders",
Name: "rewrite-placeholders",
Actual: calcRoutes(
"public",
"/news/02/12/2004/my-story",
Expand Down

0 comments on commit c4d79bb

Please sign in to comment.