Fix test error message

This commit is contained in:
178inaba 2017-04-17 13:03:31 +09:00
parent 959459eb42
commit e1bc4c143d
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ func TestGetBlocks(t *testing.T) {
t.Fatalf("want %q but %q", "foo", bl[0].Username)
}
if bl[1].Username != "bar" {
t.Fatalf("want %q but %q", "bar", bl[0].Username)
t.Fatalf("want %q but %q", "bar", bl[1].Username)
}
}