From 45e3ed517a17648d54e8ce33618a8f251cfec603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 3 Jan 2017 17:28:51 +0100 Subject: all: Refactor to non-global logger Note that this looks like overkill for just the logger, and that is correct, but this will make sense once we start with the template handling etc. Updates #2701 --- hugolib/page_taxonomy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/page_taxonomy_test.go') diff --git a/hugolib/page_taxonomy_test.go b/hugolib/page_taxonomy_test.go index acb6c28f1..4998c3ffb 100644 --- a/hugolib/page_taxonomy_test.go +++ b/hugolib/page_taxonomy_test.go @@ -64,7 +64,7 @@ func TestParseTaxonomies(t *testing.T) { pageYamlWithTaxonomiesC, } { - p, _ := NewPage("page/with/taxonomy") + p, _ := pageTestSite.NewPage("page/with/taxonomy") _, err := p.ReadFrom(strings.NewReader(test)) if err != nil { t.Fatalf("Failed parsing %q: %s", test, err) -- cgit v1.2.3