Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--create/content_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/create/content_test.go b/create/content_test.go
index 3d2453b7b..279587258 100644
--- a/create/content_test.go
+++ b/create/content_test.go
@@ -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)