mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix log message in test
This commit is contained in:
parent
3663828f5e
commit
a2fa3895ee
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ func TestRuneCount(t *testing.T) {
|
|||
}
|
||||
|
||||
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())
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue