mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
c87331ae84
commit
529574e6f9
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue