summaryrefslogtreecommitdiffstats
path: root/markup/goldmark/hugocontext/hugocontext_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/goldmark/hugocontext/hugocontext_test.go')
-rw-r--r--markup/goldmark/hugocontext/hugocontext_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/hugocontext/hugocontext_test.go b/markup/goldmark/hugocontext/hugocontext_test.go
index da96cc339..4a6eb80f5 100644
--- a/markup/goldmark/hugocontext/hugocontext_test.go
+++ b/markup/goldmark/hugocontext/hugocontext_test.go
@@ -24,7 +24,7 @@ func TestWrap(t *testing.T) {
b := []byte("test")
- c.Assert(string(Wrap(b, 42)), qt.Equals, "{{__hugo_ctx pid=42}}\ntest{{__hugo_ctx/}}\n")
+ c.Assert(Wrap(b, 42), qt.Equals, "{{__hugo_ctx pid=42}}\ntest{{__hugo_ctx/}}\n")
}
func BenchmarkWrap(b *testing.B) {