mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 23:13:22 +00:00
refactor: remove redundant variable declarations in test file
This commit is contained in:
@@ -7,9 +7,6 @@ import (
|
|||||||
"github.com/tnypxl/rollup/internal/scraper"
|
"github.com/tnypxl/rollup/internal/scraper"
|
||||||
)
|
)
|
||||||
|
|
||||||
var testExtractAndConvertContent = extractAndConvertContent
|
|
||||||
var testExtractLinks = scraper.ExtractLinks
|
|
||||||
|
|
||||||
func TestConvertPathOverrides(t *testing.T) {
|
func TestConvertPathOverrides(t *testing.T) {
|
||||||
configOverrides := []config.PathOverride{
|
configOverrides := []config.PathOverride{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user