summaryrefslogtreecommitdiffstats
path: root/hugolib/embedded_templates_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/embedded_templates_test.go')
-rw-r--r--hugolib/embedded_templates_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugolib/embedded_templates_test.go b/hugolib/embedded_templates_test.go
index 2a1e2d3b2..a2debc253 100644
--- a/hugolib/embedded_templates_test.go
+++ b/hugolib/embedded_templates_test.go
@@ -16,7 +16,7 @@ package hugolib
import (
"testing"
- "github.com/stretchr/testify/require"
+ qt "github.com/frankban/quicktest"
)
// Just some simple test of the embedded templates to avoid
@@ -25,8 +25,8 @@ import (
func _TestEmbeddedTemplates(t *testing.T) {
t.Parallel()
- assert := require.New(t)
- assert.True(true)
+ c := qt.New(t)
+ c.Assert(true, qt.Equals, true)
home := []string{"index.html", `
GA: