summaryrefslogtreecommitdiffstats
path: root/hugolib/site_test.go
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-03-06 14:56:44 +0100
committerbep <bjorn.erik.pedersen@gmail.com>2015-03-06 15:25:19 +0100
commit103ea842f820492b88af370e248613c051c96eac (patch)
treec0e59bee85f61f4f498ef2dbcc6bdf9dfe5f9715 /hugolib/site_test.go
parentc4c19ad303cb11616a7291bdbeec997e59b6d24e (diff)
Fix errors reported by Go Vet
Diffstat (limited to 'hugolib/site_test.go')
-rw-r--r--hugolib/site_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_test.go b/hugolib/site_test.go
index 871a53a00..848ead7e6 100644
--- a/hugolib/site_test.go
+++ b/hugolib/site_test.go
@@ -230,7 +230,7 @@ func TestTargetPath(t *testing.T) {
}
if p.Section() != test.expectedSection {
- t.Errorf("%s => p.Section expected: %s, got: %s", test.doc, test.expectedSection, p.Section)
+ t.Errorf("%s => p.Section expected: %s, got: %s", test.doc, test.expectedSection, p.Section())
}
}
}