unit test

This commit is contained in:
Nan Deng 2014-06-16 18:06:23 -07:00
parent cbc266bb64
commit 626e2aba09

View File

@ -164,7 +164,7 @@ func TestSampleCpuUsage(t *testing.T) {
}
}
_, err := handler.StatsPercentiles()
_, err = handler.StatsPercentiles()
if err != nil {
t.Fatal(err)
}