mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
tests: Convert from testify to quicktest
This commit is contained in:
@@ -25,7 +25,7 @@ func TestRSSOutput(t *testing.T) {
|
||||
t.Parallel()
|
||||
var (
|
||||
cfg, fs = newTestCfg()
|
||||
th = testHelper{cfg, fs, t}
|
||||
th = newTestHelper(cfg, fs, t)
|
||||
)
|
||||
|
||||
rssLimit := len(weightedSources) - 1
|
||||
|
Reference in New Issue
Block a user