mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -48,9 +48,6 @@ func TestNewContent(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, c := range cases {
|
||||
if i > 0 {
|
||||
break
|
||||
}
|
||||
err = create.NewContent(hugofs.Source(), c.kind, c.path)
|
||||
if err != nil {
|
||||
t.Errorf("[%d] NewContent: %s", i, err)
|
||||
|
Reference in New Issue
Block a user