mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
@@ -16,7 +16,6 @@ package page
|
||||
import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"text/template"
|
||||
|
||||
qt "github.com/frankban/quicktest"
|
||||
@@ -53,5 +52,4 @@ func TestPageData(t *testing.T) {
|
||||
c.Assert(templ.Execute(&buff, data), qt.IsNil)
|
||||
|
||||
c.Assert(buff.String(), qt.Contains, "Pages(2)")
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user