fix vet error

pull/1968/head
Cory LaNou 2015-03-16 08:57:21 -06:00
parent a0d34270b1
commit 0c2a040071
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ func TestStats_Snapshot(t *testing.T) {
bar := foo.Snapshot()
if bar.Name() != "server" || bar.Get("a") != 100 || bar.Get("b") != 600 {
t.Fatalf("stats snapshot returned unexpected result: %s", bar)
t.Fatalf("stats snapshot returned unexpected result: %#v", bar)
}
}