Fix log message in test

This commit is contained in:
Bjørn Erik Pedersen 2015-07-12 19:27:29 +02:00
parent 3663828f5e
commit a2fa3895ee

View file

@ -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())
}
}