mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix log message in test
This commit is contained in:
@@ -490,7 +490,7 @@ func TestRuneCount(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if p.RuneCount() != 5 {
|
if p.RuneCount() != 5 {
|
||||||
t.Fatalf("incorrect rune count for content '%s'. expected %v, got %v", p.plain, 1, p.RuneCount())
|
t.Fatalf("incorrect rune count for content '%s'. expected %v, got %v", p.plain, 5, p.RuneCount())
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user