mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00: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