mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Fix errors reported by Go Vet
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user